diff --git a/.github/workflows/issue-bot.yml b/.github/workflows/issue-bot.yml new file mode 100644 index 0000000000..18eb37ada1 --- /dev/null +++ b/.github/workflows/issue-bot.yml @@ -0,0 +1,10 @@ +name: Issue Bot +on: [issues] +jobs: + issue-bot: + runs-on: ubuntu-latest + steps: + - name: Inspect Issue + uses: parse-community/parse-issue-bot@main + with: + github-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/CHANGELOG.md b/CHANGELOG.md index de99a3e3e4..b39273b5a5 100644 --- a/CHANGELOG.md +++ b/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) ## Fixes