Update TagBot.yml

pull/39/head
Matthieu Gomez 2020-11-02 08:01:20 -08:00 committed by GitHub
parent 11ec55799a
commit 6b32f2dd6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 2 deletions

View File

@ -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