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)