Skip to content

Commit 876c1cc

Browse files
Merge pull request #21 from JuliaComputing/dg/tag
Update TagBot action
2 parents a03805c + 200629b commit 876c1cc

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/TagBot.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
name: TagBot
22
on:
3-
schedule:
4-
- cron: 0 * * * *
3+
issue_comment:
4+
types:
5+
- created
56
jobs:
67
TagBot:
8+
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
79
runs-on: ubuntu-latest
810
steps:
911
- uses: JuliaRegistries/TagBot@v1
1012
with:
11-
token: ${{ secrets.FRANKLIN_SHASHI }}
13+
token: ${{ secrets.FRANKLIN_SHASHI }}

0 commit comments

Comments
 (0)