Skip to content

Commit 9e08aa1

Browse files
author
Will Kimmerer
committed
up tagbot?
1 parent dd9646c commit 9e08aa1

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/TagBot.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
name: TagBot
22
on:
3-
schedule:
4-
- cron: 0 * * * *
5-
watch:
6-
types: [started]
3+
issue_comment:
4+
types:
5+
- created
6+
workflow_dispatch:
77
jobs:
88
TagBot:
9+
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
910
runs-on: ubuntu-latest
1011
steps:
1112
- uses: JuliaRegistries/TagBot@v1
1213
with:
1314
token: ${{ secrets.GITHUB_TOKEN }}
15+
ssh: ${{ secrets.DOCUMENTER_KEY }}

0 commit comments

Comments
 (0)