From a651542036f47084ad0ab9e1760f5db87ca50eab Mon Sep 17 00:00:00 2001 From: maximerischard Date: Sun, 4 Oct 2020 06:05:55 +0100 Subject: [PATCH] add TagBot.yml --- .github/workflows/TagBot.yml | 12 ++++++++++++ 1 file changed, 12 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..c13ec18d --- /dev/null +++ b/.github/workflows/TagBot.yml @@ -0,0 +1,12 @@ +name: TagBot +on: + schedule: + - cron: 0 0 * * * + workflow_dispatch: +jobs: + TagBot: + runs-on: ubuntu-latest + steps: + - uses: JuliaRegistries/TagBot@v1 + with: + token: ${{ secrets.GITHUB_TOKEN }}