From 07653d7d19b5f08c56b08314920a88e184f095f9 Mon Sep 17 00:00:00 2001 From: Manuel <5673677+mtrezza@users.noreply.github.com> Date: Fri, 27 Aug 2021 16:22:05 +0200 Subject: [PATCH 1/2] add issue bot --- .github/workflows/issue-bot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/workflows/issue-bot.yml diff --git a/.github/workflows/issue-bot.yml b/.github/workflows/issue-bot.yml new file mode 100644 index 000000000..18eb37ada --- /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 }} From 34694af8ba154d36b0943ad1fa0064be2696795e Mon Sep 17 00:00:00 2001 From: Manuel <5673677+mtrezza@users.noreply.github.com> Date: Fri, 27 Aug 2021 16:25:09 +0200 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index de99a3e3e..b39273b5a 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