Skip to content

Commit 5ce6175

Browse files
Update TagBot.yml
1 parent 7b9e4a1 commit 5ce6175

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

.github/workflows/TagBot.yml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,22 @@ on:
55
types:
66
- created
77
workflow_dispatch:
8-
8+
inputs:
9+
lookback:
10+
default: "3"
11+
permissions:
12+
actions: read
13+
checks: read
14+
contents: write
15+
deployments: read
16+
issues: read
17+
discussions: read
18+
packages: read
19+
pages: read
20+
pull-requests: read
21+
repository-projects: read
22+
security-events: read
23+
statuses: read
924
jobs:
1025
TagBot:
1126
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'

0 commit comments

Comments
 (0)