We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6bf5c0 commit d196e7fCopy full SHA for d196e7f
.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
@@ -3,6 +3,9 @@
### master
[Full Changelog](https://github.com/parse-community/Parse-SDK-JS/compare/3.3.0...master)
+**Improvements**
+- Add Parse Issue Bot (Manuel Trezza) [#1400](https://github.com/parse-community/Parse-SDK-JS/pull/1400)
+
## 3.3.0
[Full Changelog](https://github.com/parse-community/Parse-SDK-JS/compare/3.2.0...3.3.0)
11
0 commit comments