refactor: remove parse issue bot (#7544)
* add issue bot for prs * Update CHANGELOG.md * Update issue-bot.yml * refactor: remove parse issue bot
This commit is contained in:
12
.github/workflows/issue-bot.yml
vendored
12
.github/workflows/issue-bot.yml
vendored
@@ -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 }}
|
||||
Reference in New Issue
Block a user