We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5fc210 commit 15a966bCopy full SHA for 15a966b
1 file changed
.github/workflows/TagBot.yml
@@ -1,9 +1,11 @@
1
name: TagBot
2
on:
3
- schedule:
4
- - cron: 0 12 * * *
+ 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
0 commit comments