From d89cbf0a08325133943200734de447b5e0cd7ec0 Mon Sep 17 00:00:00 2001 From: Dilum Aluthge Date: Thu, 29 Oct 2020 19:23:55 -0400 Subject: [PATCH] Update for the new TagBot (#240) --- .github/workflows/TagBot.yml | 6 ++++-- Project.toml | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/TagBot.yml b/.github/workflows/TagBot.yml index e72d6452..f49313b6 100644 --- a/.github/workflows/TagBot.yml +++ b/.github/workflows/TagBot.yml @@ -1,10 +1,12 @@ name: TagBot on: - schedule: - - cron: 0 0 * * * + issue_comment: + types: + - created workflow_dispatch: jobs: TagBot: + if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot' runs-on: ubuntu-latest steps: - uses: JuliaRegistries/TagBot@v1 diff --git a/Project.toml b/Project.toml index eac163e8..c82a0f8e 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "PkgTemplates" uuid = "14b8a8f1-9102-5b29-a752-f990bacb7fe1" authors = ["Chris de Graaf", "Invenia Technical Computing Corporation"] -version = "0.7.12" +version = "0.7.13" [deps] Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"