From 2d2034dfd0d38dc29a3527529b8e357531825956 Mon Sep 17 00:00:00 2001 From: David Young Date: Wed, 28 Sep 2022 14:24:34 +1300 Subject: [PATCH] Nope. Still borked. Signed-off-by: David Young --- .github/workflows/check-tasks-completed.yml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .github/workflows/check-tasks-completed.yml diff --git a/.github/workflows/check-tasks-completed.yml b/.github/workflows/check-tasks-completed.yml deleted file mode 100644 index d0a6cb4..0000000 --- a/.github/workflows/check-tasks-completed.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: 'Confirm tasks are completed' -on: - pull_request: - types: [opened, edited, synchronize, reopened] - -jobs: - task-check: - runs-on: ubuntu-latest - permissions: - pull-requests: write - checks: write - steps: - - uses: Shopify/task-list-checker@main - with: - github-token: "${{ secrets.GITHUB_TOKEN }}" - readme-url: https://geek-cookbook.funkypenguin.co.nz/community/contribute/#contributing-recipes \ No newline at end of file