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 4f47345 commit 8033332Copy full SHA for 8033332
.github/workflows/TagBot.yml
@@ -1,13 +1,14 @@
1
name: TagBot
2
on:
3
- schedule:
4
- - cron: 0 * * * *
+ issue_comment:
+ types:
5
+ - created
6
+ workflow_dispatch:
7
jobs:
8
TagBot:
9
+ if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
10
runs-on: ubuntu-latest
11
steps:
12
- uses: JuliaRegistries/TagBot@v1
13
with:
14
token: ${{ secrets.GITHUB_TOKEN }}
- # Workaround for https://github.com/JuliaDocs/Documenter.jl/issues/1177
- ssh: ${{ secrets.DOCUMENTER_KEY }}
0 commit comments