ci(bot): add issue bot (#7523)
This commit is contained in:
10
.github/workflows/issue-bot.yml
vendored
Normal file
10
.github/workflows/issue-bot.yml
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
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 }}
|
||||
Reference in New Issue
Block a user