From a83ecd6b71112d5e361e8229488755bf1e2f0931 Mon Sep 17 00:00:00 2001 From: Julia TagBot <50554310+JuliaTagBot@users.noreply.github.com> Date: Sat, 8 Feb 2020 19:49:05 +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 193e5ff718c3819e8257f11b30f6ce589f9f463b Mon Sep 17 00:00:00 2001 From: Dilum Aluthge Date: Sat, 8 Feb 2020 19:22:38 -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 760b551..fa1ed6c 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "BioMedQuery" uuid = "e96904bf-1073-5077-9b57-b0ce0ff5555a" author = ["Brown Center for Biomedical Informatics"] -version = "0.6.5" +version = "0.6.6" [deps] BioServices = "a0d4ced5-b29c-5395-b614-ca030a679c4b"