From 7a742303dc0257558aaf53fcd76c8ffef6829ee9 Mon Sep 17 00:00:00 2001 From: David Young Date: Wed, 28 Sep 2022 14:05:27 +1300 Subject: [PATCH] Try again Signed-off-by: David Young --- .github/workflows/check-tasks-completed.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/check-tasks-completed.yml diff --git a/.github/workflows/check-tasks-completed.yml b/.github/workflows/check-tasks-completed.yml new file mode 100644 index 0000000..d0a6cb4 --- /dev/null +++ b/.github/workflows/check-tasks-completed.yml @@ -0,0 +1,16 @@ +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