From 67296812d108d0df421890d7639f6ac67f10ade1 Mon Sep 17 00:00:00 2001 From: Cameron Pfiffer Date: Sat, 8 Feb 2020 15:44:52 -0800 Subject: [PATCH] Delete TagBot --- .github/workflows/TagBot.yml | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 .github/workflows/TagBot.yml diff --git a/.github/workflows/TagBot.yml b/.github/workflows/TagBot.yml deleted file mode 100644 index d77d3a0c..00000000 --- a/.github/workflows/TagBot.yml +++ /dev/null @@ -1,11 +0,0 @@ -name: TagBot -on: - schedule: - - cron: 0 * * * * -jobs: - TagBot: - runs-on: ubuntu-latest - steps: - - uses: JuliaRegistries/TagBot@v1 - with: - token: ${{ secrets.GITHUB_TOKEN }}