From 379d27119d838c671e551bb6e71cc9593d6b12c5 Mon Sep 17 00:00:00 2001 From: Julia TagBot <50554310+JuliaTagBot@users.noreply.github.com> Date: Sat, 8 Feb 2020 19:56:36 +0700 Subject: [PATCH 1/2] Install TagBot as a GitHub Action --- .github/workflows/TagBot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/workflows/TagBot.yml diff --git a/.github/workflows/TagBot.yml b/.github/workflows/TagBot.yml new file mode 100644 index 0000000..d77d3a0 --- /dev/null +++ b/.github/workflows/TagBot.yml @@ -0,0 +1,11 @@ +name: TagBot +on: + schedule: + - cron: 0 * * * * +jobs: + TagBot: + runs-on: ubuntu-latest + steps: + - uses: JuliaRegistries/TagBot@v1 + with: + token: ${{ secrets.GITHUB_TOKEN }} From 766600c14294a1a045dd5ec894b5828aa9c6935f Mon Sep 17 00:00:00 2001 From: Dilum Aluthge Date: Sat, 8 Feb 2020 19:40:23 -0500 Subject: [PATCH 2/2] Update Project.toml --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index ea91c8f..13218a8 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "DeIdentification" uuid = "b905b068-7150-5b22-bc23-80596c88c6a6" authors = ["Brown Center for Biomedical Informatics"] -version = "0.8.0" +version = "0.8.1" [deps] CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"