From 252c6dde88230a1bc65388c1410cc0ed58a49423 Mon Sep 17 00:00:00 2001 From: Michael Schmischke Date: Wed, 30 Jun 2021 13:21:15 +0200 Subject: [PATCH] updates TagBot --- .github/workflows/TagBot.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/TagBot.yml b/.github/workflows/TagBot.yml index 5504cc4..f8fd014 100644 --- a/.github/workflows/TagBot.yml +++ b/.github/workflows/TagBot.yml @@ -1,12 +1,9 @@ name: TagBot on: - issue_comment: - types: - - created - workflow_dispatch: + schedule: + - cron: 0 * * * * jobs: TagBot: - if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot' runs-on: ubuntu-latest steps: - uses: JuliaRegistries/TagBot@v1