mirror of
https://github.com/funkypenguin/geek-cookbook/
synced 2025-12-13 17:56:26 +00:00
16
.github/workflows/check-tasks-completed.yml
vendored
Normal file
16
.github/workflows/check-tasks-completed.yml
vendored
Normal file
@@ -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
|
||||||
Reference in New Issue
Block a user