ci: add issue bot for PRs (#7530)
This commit is contained in:
6
.github/workflows/issue-bot.yml
vendored
6
.github/workflows/issue-bot.yml
vendored
@@ -1,5 +1,9 @@
|
||||
name: Issue Bot
|
||||
on: [issues]
|
||||
on:
|
||||
issues:
|
||||
types: [opened, reopened, edited]
|
||||
pull_request:
|
||||
types: [opened, reopened, edited]
|
||||
jobs:
|
||||
issue-bot:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user