1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-12 17:26:19 +00:00

Try different task-checker action

Signed-off-by: David Young <davidy@funkypenguin.co.nz>
This commit is contained in:
David Young
2022-09-28 12:59:03 +13:00
parent a3e0c1a532
commit 4e4b7fed7f

View File

@@ -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 }}"