Skip to content

Commit d27d3f6

Browse files
committed
Merge remote-tracking branch 'official/master' into explain_7519_runtime
2 parents 882861b + 4a0b4eb commit d27d3f6

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.github/workflows/issue-bot.yml

Lines changed: 10 additions & 0 deletions
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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ ___
109109
- Add REST API endpoint `/loginAs` to create session of any user with master key; allows to impersonate another user. (GormanFletcher) [#7406](https://github.com/parse-community/parse-server/pull/7406)
110110
- Add official support for MongoDB 5.0 (Manuel Trezza) [#7469](https://github.com/parse-community/parse-server/pull/7469)
111111
- Deprecated ``explain` queries run by non-master users (Kartal Kaan Bozdogan) [#7519](https://github.com/parse-community/parse-server/issues/7519)
112+
- Add issue bot (Manuel Trezza) [#7523](https://github.com/parse-community/parse-server/pull/7523)
112113

113114
### Other Changes
114115
- Support native mongodb syntax in aggregation pipelines (Raschid JF Rafeally) [#7339](https://github.com/parse-community/parse-server/pull/7339)

0 commit comments

Comments
 (0)