Commit 9179b7a 1 parent 3512fd1 commit 9179b7a Copy full SHA for 9179b7a
File tree 1 file changed +23
-9
lines changed
1 file changed +23
-9
lines changed Original file line number Diff line number Diff line change 6
6
name : TagBot
7
7
8
8
on :
9
- issue_comment :
10
- types :
11
- - created
12
- workflow_dispatch :
13
- schedule :
14
- - cron : ' 0 * * * *'
9
+ issue_comment :
10
+ types :
11
+ - created
12
+ workflow_dispatch :
13
+ inputs :
14
+ lookback :
15
+ default : 3
16
+
17
+ permissions :
18
+ actions : read
19
+ checks : read
20
+ contents : write
21
+ deployments : read
22
+ issues : read
23
+ discussions : read
24
+ packages : read
25
+ pages : read
26
+ pull-requests : read
27
+ repository-projects : read
28
+ security-events : read
29
+ statuses : read
15
30
16
31
jobs :
17
32
TagBot :
18
- if : github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' || github. actor == 'JuliaTagBot'
19
- runs-on : [ ubuntu-latest]
33
+ if : github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
34
+ runs-on : ubuntu-latest
20
35
steps :
21
36
- uses : JuliaRegistries/TagBot@v1
22
37
with :
23
38
token : ${{ secrets.GITHUB_TOKEN }}
24
- lookback : 30
You can’t perform that action at this time.
0 commit comments