Skip to content

Commit 82e6588

Browse files
authored
Merge pull request #1074 from JuliaRobotics/24Q1/maint/tagbot
update tagbot
2 parents 2e838d2 + 7f61c93 commit 82e6588

File tree

1 file changed

+22
-6
lines changed

1 file changed

+22
-6
lines changed

.github/workflows/TagBot.yml

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,31 @@
11
name: TagBot
2-
32
on:
4-
schedule:
5-
- cron: '20 00 * * *'
6-
issues:
7-
types: [closed,]
8-
3+
issue_comment:
4+
types:
5+
- created
6+
workflow_dispatch:
7+
inputs:
8+
lookback:
9+
default: 3
10+
permissions:
11+
actions: read
12+
checks: read
13+
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
923
jobs:
1024
TagBot:
25+
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
1126
runs-on: ubuntu-latest
1227
steps:
1328
- uses: JuliaRegistries/TagBot@v1
1429
with:
1530
token: ${{ secrets.GITHUB_TOKEN }}
31+
ssh: ${{ secrets.DOCUMENTER_KEY }}

0 commit comments

Comments
 (0)