We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35d0c04 commit 4d43381Copy full SHA for 4d43381
.github/workflows/issue-bot.yml
@@ -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
@@ -6,6 +6,7 @@
## New Features
## Improvements
- Add CI check to add changelog entry (Manuel Trezza) [#1764](https://github.com/parse-community/parse-dashboard/pull/1764)
+- Add Parse Issue Bot (Manuel Trezza) [#1766](https://github.com/parse-community/parse-dashboard/pull/1766)
11
## Fixes
12
0 commit comments