From 59ce32cad57433a7e5b075295dd4f0ba17587393 Mon Sep 17 00:00:00 2001 From: David Young Date: Wed, 28 Sep 2022 13:46:03 +1300 Subject: [PATCH] Remove unnecessary GitHub action for PR chehcks Signed-off-by: David Young --- .github/workflows/pr-checklist-completed.yml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 .github/workflows/pr-checklist-completed.yml diff --git a/.github/workflows/pr-checklist-completed.yml b/.github/workflows/pr-checklist-completed.yml deleted file mode 100644 index 9a43b44..0000000 --- a/.github/workflows/pr-checklist-completed.yml +++ /dev/null @@ -1,15 +0,0 @@ -name: 'PR Tasks Completed Check' -on: - pull_request: - types: [opened, edited, synchronize, reopened] - -jobs: - task-check: - runs-on: ubuntu-latest - # permissions: - # pull-requests: 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