Skip to content

Commit 1e0d408

Browse files
authored
ci: remove issue bot for PRs (#7531)
* add issue bot for prs * Update CHANGELOG.md * Update issue-bot.yml * removing bot for prs
1 parent 5d31997 commit 1e0d408

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.github/workflows/issue-bot.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: Issue Bot
22
on:
33
issues:
44
types: [opened, reopened, edited]
5-
pull_request:
6-
types: [opened, reopened, edited]
75
jobs:
86
issue-bot:
97
runs-on: ubuntu-latest

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ ___
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)
150149

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

0 commit comments

Comments
 (0)