File tree Expand file tree Collapse file tree 1 file changed +15
-12
lines changed Expand file tree Collapse file tree 1 file changed +15
-12
lines changed Original file line number Diff line number Diff line change 7
7
inputs :
8
8
lookback :
9
9
default : 3
10
+ pull_request :
11
+
10
12
permissions :
11
- actions : read
12
- checks : read
13
+ # actions: read
14
+ # checks: read
13
15
contents : write
14
- deployments : read
15
- issues : read
16
- discussions : read
17
- packages : read
18
- pages : read
19
- pull-requests : read
20
- repository-projects : read
21
- security-events : read
22
- statuses : read
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
+
23
26
jobs :
24
27
TagBot :
25
- if : github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
28
+ # if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
26
29
runs-on : ubuntu-latest
27
30
steps :
28
31
- uses : JuliaRegistries/TagBot@v1
You can’t perform that action at this time.
0 commit comments