From 649b5458dbfcafee9b5169594f6d9a76d19e5b09 Mon Sep 17 00:00:00 2001 From: Julia TagBot <50554310+JuliaTagBot@users.noreply.github.com> Date: Sat, 8 Feb 2020 20:33:12 +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 000000000..d77d3a0c3 --- /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 70e2b100d306d91a85f8f2f14cbfb2bb2806b5b6 Mon Sep 17 00:00:00 2001 From: Dilum Aluthge Date: Sat, 8 Feb 2020 19:47:53 -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 fbc302c9d..94415f959 100644 --- a/Project.toml +++ b/Project.toml @@ -2,7 +2,7 @@ name = "PredictMD" uuid = "3e7d7328-36f8-4388-bd01-4613c92c7370" authors = ["Dilum Aluthge ", "Ishan Sinha ", "Paul Stey ", "Isabel Restrepo ", "Elizabeth Chen ", "Neil Sarkar ", "Brown Center for Biomedical Informatics "] doi = "10.5281/zenodo.1291209" -version = "0.34.14" +version = "0.34.15" [deps] Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"