Skip to content

Commit b17e35b

Browse files
authored
Update TagBot.yml
1 parent 57b6050 commit b17e35b

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/TagBot.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
11
name: TagBot
22
on:
3-
issue_comment:
3+
issue_comment: # THIS BIT IS NEW
44
types:
55
- created
66
workflow_dispatch:
7-
inputs:
8-
lookback:
9-
default: 3
10-
permissions:
11-
contents: write
127
jobs:
138
TagBot:
9+
# THIS 'if' LINE IS NEW
1410
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
11+
# NOTHING BELOW HAS CHANGED
1512
runs-on: ubuntu-latest
1613
steps:
1714
- uses: JuliaRegistries/TagBot@v1

0 commit comments

Comments
 (0)