1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-13 01:36:23 +00:00
Files
geek-cookbook/.github/workflows/pr-checklist-completed.yml
David Young 4e4b7fed7f Try different task-checker action
Signed-off-by: David Young <davidy@funkypenguin.co.nz>
2022-09-28 12:59:03 +13:00

14 lines
322 B
YAML

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:
repo-token: "${{ secrets.GITHUB_TOKEN }}"