We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2600956 commit ba3cf52Copy full SHA for ba3cf52
.github/workflows/issue-bot.yml
@@ -1,5 +1,8 @@
1
name: Issue Bot
2
-on: [issues]
+on:
3
+ issues:
4
+ pull_request:
5
+ types: [opened, reopened, edited]
6
jobs:
7
issue-bot:
8
runs-on: ubuntu-latest
0 commit comments