There was an error while loading. Please reload this page.
1 parent 64c96bf commit 87331f0Copy full SHA for 87331f0
1 file changed
.github/workflows/TagBot.yml
@@ -1,14 +1,20 @@
1
name: TagBot
2
3
on:
4
- schedule:
5
- - cron: 00 11 * * *
+ issue_comment:
+ types:
6
+ - created
7
+ workflow_dispatch:
8
+ inputs:
9
+ lookback:
10
+ default: "3"
11
12
jobs:
13
TagBot:
14
+ if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
15
runs-on: ubuntu-latest
16
steps:
17
- uses: JuliaRegistries/TagBot@v1
18
with:
- token: ${{ secrets.GITHUB_TOKEN }}
- ssh: ${{ secrets.DOCUMENTER_KEY }}
19
+ token: ${{ secrets.GITHUB_TOKEN }}
20
+ ssh: ${{ secrets.DOCUMENTER_KEY }}
0 commit comments