From 206b3f18e1d877333a372ed4caba112a7bbb7006 Mon Sep 17 00:00:00 2001 From: Manuel <5673677+mtrezza@users.noreply.github.com> Date: Sat, 4 Sep 2021 05:10:14 +0200 Subject: [PATCH] refactor: remove parse issue bot (#1780) --- .github/workflows/issue-bot.yml | 10 ---------- CHANGELOG.md | 1 - 2 files changed, 11 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 18eb37ada1..0000000000 --- a/.github/workflows/issue-bot.yml +++ /dev/null @@ -1,10 +0,0 @@ -name: Issue Bot -on: [issues] -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 6fe6e14079..c03c791652 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,6 @@ ## New Features ## Improvements - Add CI check to add changelog entry (Manuel Trezza) [#1764](https://github.com/parse-community/parse-dashboard/pull/1764) -- Add Parse Issue Bot (Manuel Trezza) [#1766](https://github.com/parse-community/parse-dashboard/pull/1766) - Refactor: uniform issue templates across repos (Manuel Trezza) [#1767](https://github.com/parse-community/parse-dashboard/pull/1767) - fix: date cell value not selected on double clicks (fn-faisal) [#1730](https://github.com/parse-community/parse-dashboard/pull/1730)