We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a03805c + 200629b commit 876c1ccCopy full SHA for 876c1cc
1 file changed
.github/workflows/TagBot.yml
@@ -1,11 +1,13 @@
1
name: TagBot
2
on:
3
- schedule:
4
- - cron: 0 * * * *
+ issue_comment:
+ types:
5
+ - created
6
jobs:
7
TagBot:
8
+ if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
9
runs-on: ubuntu-latest
10
steps:
11
- uses: JuliaRegistries/TagBot@v1
12
with:
- token: ${{ secrets.FRANKLIN_SHASHI }}
13
+ token: ${{ secrets.FRANKLIN_SHASHI }}
0 commit comments