Skip to content

Commit 5d31997

Browse files
authored
ci: add issue bot for PRs (#7530)
1 parent 2600956 commit 5d31997

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/issue-bot.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: Issue Bot
2-
on: [issues]
2+
on:
3+
issues:
4+
types: [opened, reopened, edited]
5+
pull_request:
6+
types: [opened, reopened, edited]
37
jobs:
48
issue-bot:
59
runs-on: ubuntu-latest

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ ___
146146
- Add ability to pass context of an object via a header, X-Parse-Cloud-Context, for Cloud Code triggers. The header addition allows client SDK's to add context without injecting _context in the body of JSON objects (Corey Baker) [#7437](https://github.com/parse-community/parse-server/pull/7437)
147147
- Add CI check to add changelog entry (Manuel Trezza) [#7512](https://github.com/parse-community/parse-server/pull/7512)
148148
- Refactor: uniform issue templates across repos (Manuel Trezza) [#7528](https://github.com/parse-community/parse-server/pull/7528)
149+
- ci: add Issue Bot for PRs (Manuel Trezza) [#7530](https://github.com/parse-community/parse-server/pull/7530)
149150

150151
## 4.10.2
151152
[Full Changelog](https://github.com/parse-community/parse-server/compare/4.10.1...4.10.2)

0 commit comments

Comments
 (0)