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 af96ef1 commit b827366Copy full SHA for b827366
.github/workflows/TagBot.yml
@@ -4,6 +4,24 @@ on:
4
types:
5
- created
6
workflow_dispatch:
7
+ inputs:
8
+ lookback:
9
+ default: "3"
10
+
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
24
25
jobs:
26
TagBot:
27
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
0 commit comments