update tagbot action
This commit is contained in:
parent
711754edbc
commit
d77899c5a1
7
.github/workflows/TagBot.yml
vendored
7
.github/workflows/TagBot.yml
vendored
@ -1,9 +1,12 @@
|
|||||||
name: TagBot
|
name: TagBot
|
||||||
on:
|
on:
|
||||||
schedule:
|
issue_comment:
|
||||||
- cron: 0 * * * *
|
types:
|
||||||
|
- created
|
||||||
|
workflow_dispatch:
|
||||||
jobs:
|
jobs:
|
||||||
TagBot:
|
TagBot:
|
||||||
|
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: JuliaRegistries/TagBot@v1
|
- uses: JuliaRegistries/TagBot@v1
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user