We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c285f65 commit 50f8756Copy full SHA for 50f8756
1 file changed
.github/workflows/TagBot.yml
@@ -4,6 +4,11 @@ on:
4
types:
5
- created
6
workflow_dispatch:
7
+ inputs:
8
+ lookback:
9
+ default: 3
10
+permissions:
11
+ contents: write
12
jobs:
13
TagBot:
14
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
0 commit comments