We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28ca213 commit e2d69e6Copy full SHA for e2d69e6
1 file changed
.github/workflows/TagBot.yml
@@ -1,9 +1,28 @@
1
name: TagBot
2
+
3
on:
4
issue_comment:
5
types:
6
- created
7
workflow_dispatch:
8
+ inputs:
9
+ lookback:
10
+ default: "3"
11
12
+permissions:
13
+ actions: read
14
+ checks: read
15
+ contents: write
16
+ deployments: read
17
+ issues: read
18
+ discussions: read
19
+ packages: read
20
+ pages: read
21
+ pull-requests: read
22
+ repository-projects: read
23
+ security-events: read
24
+ statuses: read
25
26
jobs:
27
TagBot:
28
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
0 commit comments