mirror of
https://github.com/tgorordo/WignerSymbols.jl.git
synced 2026-06-05 15:42:15 -07:00
update tagbot
This commit is contained in:
parent
39e2bd160b
commit
d6de77da40
1 changed files with 5 additions and 2 deletions
7
.github/workflows/TagBot.yml
vendored
7
.github/workflows/TagBot.yml
vendored
|
|
@ -1,11 +1,14 @@
|
|||
name: TagBot
|
||||
on:
|
||||
schedule:
|
||||
- cron: 0 * * * *
|
||||
issue_comment:
|
||||
types:
|
||||
- created
|
||||
jobs:
|
||||
TagBot:
|
||||
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: JuliaRegistries/TagBot@v1
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
ssh: ${{ secrets.DOCUMENTER_KEY }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue