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