Skip to content

Commit

Permalink
ci: add issue bot (#1766)
Browse files Browse the repository at this point in the history
* add issue bot

* Update CHANGELOG.md
  • Loading branch information
mtrezza authored Aug 27, 2021
1 parent 35d0c04 commit 4d43381
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/issue-bot.yml
Original file line number Diff line number Diff line change
@@ -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 }}
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4d43381

Please sign in to comment.