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 0fa909b commit f919bc3Copy full SHA for f919bc3
.github/workflows/TagBot.yml
@@ -1,14 +1,17 @@
1
name: TagBot
2
on:
3
- issue_comment: # THIS BIT IS NEW
+ issue_comment:
4
types:
5
- created
6
workflow_dispatch:
7
+ inputs:
8
+ lookback:
9
+ default: 3
10
+permissions:
11
+ contents: write
12
jobs:
13
TagBot:
- # THIS 'if' LINE IS NEW
14
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
- # NOTHING BELOW HAS CHANGED
15
runs-on: ubuntu-latest
16
steps:
17
- uses: JuliaRegistries/TagBot@v1
0 commit comments