From 5ab974dcd47906efb41edb6c709c4e078cabaa7f Mon Sep 17 00:00:00 2001 From: Manuel <5673677+mtrezza@users.noreply.github.com> Date: Sat, 4 Sep 2021 05:12:28 +0200 Subject: [PATCH] refactor: remove parse issue bot (#7544) * add issue bot for prs * Update CHANGELOG.md * Update issue-bot.yml * refactor: remove parse issue bot --- .github/workflows/issue-bot.yml | 12 ------------ CHANGELOG.md | 1 - 2 files changed, 13 deletions(-) delete mode 100644 .github/workflows/issue-bot.yml diff --git a/.github/workflows/issue-bot.yml b/.github/workflows/issue-bot.yml deleted file mode 100644 index 98d8ad90..00000000 --- a/.github/workflows/issue-bot.yml +++ /dev/null @@ -1,12 +0,0 @@ -name: Issue Bot -on: - issues: - types: [opened, reopened, edited] -jobs: - issue-bot: - runs-on: ubuntu-latest - steps: - - name: Inspect Issue - uses: parse-community/parse-issue-bot@main - with: - github-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/CHANGELOG.md b/CHANGELOG.md index d783c4b4..a2f85589 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -112,7 +112,6 @@ ___ - Added Deprecation Policy to govern the introduction of breaking changes in a phased pattern that is more predictable for developers (Manuel Trezza) [#7199](https://github.com/parse-community/parse-server/pull/7199) - 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) - Add official support for MongoDB 5.0 (Manuel Trezza) [#7469](https://github.com/parse-community/parse-server/pull/7469) -- Add issue bot (Manuel Trezza) [#7523](https://github.com/parse-community/parse-server/pull/7523) ### Other Changes - Support native mongodb syntax in aggregation pipelines (Raschid JF Rafeally) [#7339](https://github.com/parse-community/parse-server/pull/7339)