We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6e68a9 commit 6ea2907Copy full SHA for 6ea2907
.github/workflows/TagBot.yml
@@ -1,17 +1 @@
1
# https://discourse.julialang.org/t/ann-required-updates-to-tagbot-yml/49249
2
-name: TagBot
3
-on:
4
- issue_comment: # THIS BIT IS NEW
5
- types:
6
- - created
7
- workflow_dispatch:
8
-jobs:
9
- TagBot:
10
- # THIS 'if' LINE IS NEW
11
- if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
12
- # NOTHING BELOW HAS CHANGED
13
- runs-on: ubuntu-latest
14
- steps:
15
- - uses: JuliaRegistries/TagBot@v1
16
- with:
17
- token: ${{ secrets.tokenbot }}
0 commit comments