From 3a00a8e67ab896aaef52aa9c92b3d81adb894620 Mon Sep 17 00:00:00 2001 From: David Little Date: Thu, 17 Dec 2020 09:49:04 -0500 Subject: [PATCH] chore: bumped veresion, updated tagbot --- .github/workflows/TagBot.yml | 7 +++++-- Project.toml | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/TagBot.yml b/.github/workflows/TagBot.yml index dd911f3..778c06f 100644 --- a/.github/workflows/TagBot.yml +++ b/.github/workflows/TagBot.yml @@ -1,9 +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 0844d1a..b954ee4 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Alert" uuid = "28312eec-4d86-447d-83ad-bc2b262de792" authors = ["David Little and contributors"] -version = "0.2.0" +version = "0.2.1" [deps] Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"