From 64be3f06f2db7e7bc5451bc3452c50a0e0699a37 Mon Sep 17 00:00:00 2001 From: Joaquim Dias Garcia Date: Mon, 4 May 2020 01:05:22 -0300 Subject: [PATCH] Create TagBot.yml --- .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 00000000..dd911f3e --- /dev/null +++ b/.github/workflows/TagBot.yml @@ -0,0 +1,11 @@ +name: TagBot +on: + schedule: + - cron: 0 0 * * * +jobs: + TagBot: + runs-on: ubuntu-latest + steps: + - uses: JuliaRegistries/TagBot@v1 + with: + token: ${{ secrets.GITHUB_TOKEN }}