From 47978c6d2bb53cf9335dfec371fab6647c58440e Mon Sep 17 00:00:00 2001 From: Julia TagBot <50554310+JuliaTagBot@users.noreply.github.com> Date: Sat, 8 Feb 2020 19:46:51 +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 4258fa676432aa2f62aa4d4e765836e57e5e3265 Mon Sep 17 00:00:00 2001 From: Dilum Aluthge Date: Sat, 8 Feb 2020 19:29:00 -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 022f826..c9bcb61 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ARules" uuid = "7cbe2057-1070-5a1a-9a20-8e476bfa53e1" authors = ["Brown Center for Biomedical Informatics"] -version = "0.0.1" +version = "0.0.2" [deps] DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"