From 439c5db5c126a3e7ce8ca92630534dc24bb88443 Mon Sep 17 00:00:00 2001 From: Mykel Kochenderfer Date: Tue, 18 May 2021 17:46:48 -0700 Subject: [PATCH] add tagbot --- .github/workflows/TagBot.yml | 11 +++++++++++ Project.toml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) 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..067a89d --- /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 }} \ No newline at end of file diff --git a/Project.toml b/Project.toml index bb59b1f..5a91032 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ExprRules" uuid = "e7058ba0-a568-556c-b31a-209ee9d855a8" authors = ["Ritchie Lee ", "Mykel Kochenderfer "] -version = "0.4.2" +version = "0.4.3" [deps] AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"