Skip to content

Commit ba3cf52

Browse files
committed
add issue bot for prs
1 parent 2600956 commit ba3cf52

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/issue-bot.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Issue Bot
2-
on: [issues]
2+
on:
3+
issues:
4+
pull_request:
5+
types: [opened, reopened, edited]
36
jobs:
47
issue-bot:
58
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)