Skip to content

Commit 4d43381

Browse files
authored
ci: add issue bot (#1766)
* add issue bot * Update CHANGELOG.md
1 parent 35d0c04 commit 4d43381

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.github/workflows/issue-bot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: Issue Bot
2+
on: [issues]
3+
jobs:
4+
issue-bot:
5+
runs-on: ubuntu-latest
6+
steps:
7+
- name: Inspect Issue
8+
uses: parse-community/parse-issue-bot@main
9+
with:
10+
github-token: ${{ secrets.GITHUB_TOKEN }}

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
## New Features
77
## Improvements
88
- Add CI check to add changelog entry (Manuel Trezza) [#1764](https://github.com/parse-community/parse-dashboard/pull/1764)
9+
- Add Parse Issue Bot (Manuel Trezza) [#1766](https://github.com/parse-community/parse-dashboard/pull/1766)
910

1011
## Fixes
1112

0 commit comments

Comments
 (0)