Skip to content

Commit 9f22fae

Browse files
Update TagBot.yml
1 parent 46b3fd1 commit 9f22fae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/TagBot.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
name: TagBot
22
on:
3-
issue_comment:
3+
issue_comment: # THIS BIT IS NEW
44
types:
55
- created
66
workflow_dispatch:
77
jobs:
88
TagBot:
9+
# THIS 'if' LINE IS NEW
910
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
1011
# NOTHING BELOW HAS CHANGED
1112
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)