From 4e4b7fed7fe0794e65777394fd8b9953105f98e5 Mon Sep 17 00:00:00 2001 From: David Young Date: Wed, 28 Sep 2022 12:59:03 +1300 Subject: [PATCH] Try different task-checker action Signed-off-by: David Young --- .github/workflows/pr-checklist-completed.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pr-checklist-completed.yml b/.github/workflows/pr-checklist-completed.yml index fbfc183..8c4f5af 100644 --- a/.github/workflows/pr-checklist-completed.yml +++ b/.github/workflows/pr-checklist-completed.yml @@ -1,14 +1,14 @@ name: 'PR Tasks Completed Check' on: pull_request: - types: [opened, edited] + types: [opened, edited, synchronize, reopened] jobs: task-check: runs-on: ubuntu-latest - permissions: - pull-requests: write + # permissions: + # pull-requests: write steps: - - uses: kentaro-m/task-completed-checker-action@v0.1.0 + - uses: Shopify/task-list-checker@main with: repo-token: "${{ secrets.GITHUB_TOKEN }}" \ No newline at end of file