From b361cdf98e7d6b7a8bd3575bbace07979a03ed0e Mon Sep 17 00:00:00 2001 From: Dilum Aluthge Date: Fri, 30 Oct 2020 22:09:47 -0400 Subject: [PATCH] Use the latest TagBot workflow file (#71) * Use the latest TagBot workflow file * Update Project.toml --- .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 e72d645..f49313b 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 da9bb7c..8ea3e33 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "FHIRClient" uuid = "b44d2ca2-8176-4fa9-8684-826e17b2a2da" authors = ["Dilum Aluthge", "Rhode Island Quality Institute", "contributors"] -version = "0.3.1" +version = "0.3.2" [deps] Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"