Skip to content

Commit d196e7f

Browse files
authored
ci: add issue bot (#1400)
* add workflow * Update CHANGELOG.md
1 parent b6bf5c0 commit d196e7f

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.github/workflows/issue-bot.yml

+10
Original file line numberDiff line numberDiff line change
@@ -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
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
### master
44
[Full Changelog](https://github.com/parse-community/Parse-SDK-JS/compare/3.3.0...master)
55

6+
**Improvements**
7+
- Add Parse Issue Bot (Manuel Trezza) [#1400](https://github.com/parse-community/Parse-SDK-JS/pull/1400)
8+
69
## 3.3.0
710
[Full Changelog](https://github.com/parse-community/Parse-SDK-JS/compare/3.2.0...3.3.0)
811

0 commit comments

Comments
 (0)