From c98a6d1a1f527cfb8de8ee0cea233d702088cce7 Mon Sep 17 00:00:00 2001 From: Dae Woo Kim Date: Tue, 24 Aug 2021 12:19:17 -0500 Subject: [PATCH] Set up TagBot workflow --- .github/workflows/TagBot.yml | 16 ++++++++++++++++ 1 file changed, 16 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..8d6da88 --- /dev/null +++ b/.github/workflows/TagBot.yml @@ -0,0 +1,16 @@ +name: TagBot +on: + repository_dispatch: + workflow_dispatch: +jobs: + TagBot: + runs-on: ubuntu-latest + steps: + - name: Event Information + run: | + echo "Event '${{ github.event.action }}' received from '${{ github.event.client_payload.repository }}'" + - uses: JuliaRegistries/TagBot@v1 + with: + token: ${{ secrets.TAGBOT_KEY }} + registry: HolyLab/HolyLabRegistry + lookback: 300