Skip to content

Commit 7fd8cc3

Browse files
committed
Try to fix TagBot setup
1 parent f588510 commit 7fd8cc3

File tree

1 file changed

+15
-12
lines changed

1 file changed

+15
-12
lines changed

.github/workflows/TagBot.yml

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,25 @@ on:
77
inputs:
88
lookback:
99
default: 3
10+
pull_requests:
11+
1012
permissions:
11-
actions: read
12-
checks: read
13+
# actions: read
14+
# checks: read
1315
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+
2326
jobs:
2427
TagBot:
25-
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
28+
# if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
2629
runs-on: ubuntu-latest
2730
steps:
2831
- uses: JuliaRegistries/TagBot@v1

0 commit comments

Comments
 (0)