Skip to content

Commit f919bc3

Browse files
authored
Update TagBot.yml (#126)
Copied from https://github.com/JuliaRegistries/TagBot
1 parent 0fa909b commit f919bc3

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/TagBot.yml

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

0 commit comments

Comments
 (0)