From 42f7607d522306b29994a698a8eb7b0bc320b8f8 Mon Sep 17 00:00:00 2001 From: Michael Schlottke-Lakemper Date: Wed, 24 Jun 2020 23:52:25 +0200 Subject: [PATCH] Add TagBot file --- .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..dd911f3 --- /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 }}