Skip to content

Commit 2e152e1

Browse files
authored
Update tagbot.yml
1 parent 6b29ced commit 2e152e1

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/tagbot.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
1+
2+
13
name: TagBot
24
on:
3-
schedule:
4-
- cron: 0 0 * * *
5+
issue_comment: # THIS BIT IS NEW
6+
types:
7+
- created
58
workflow_dispatch:
69
jobs:
710
TagBot:
11+
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
812
runs-on: ubuntu-latest
913
steps:
1014
- uses: JuliaRegistries/TagBot@v1
1115
with:
1216
token: ${{ secrets.GITHUB_TOKEN }}
17+
ssh: ${{ secrets.DOCUMENTER_KEY }}

0 commit comments

Comments
 (0)