mirror of
https://github.com/funkypenguin/geek-cookbook/
synced 2025-12-13 01:36:23 +00:00
Try different task-checker action
Signed-off-by: David Young <davidy@funkypenguin.co.nz>
This commit is contained in:
8
.github/workflows/pr-checklist-completed.yml
vendored
8
.github/workflows/pr-checklist-completed.yml
vendored
@@ -1,14 +1,14 @@
|
|||||||
name: 'PR Tasks Completed Check'
|
name: 'PR Tasks Completed Check'
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
types: [opened, edited]
|
types: [opened, edited, synchronize, reopened]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
task-check:
|
task-check:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
# permissions:
|
||||||
pull-requests: write
|
# pull-requests: write
|
||||||
steps:
|
steps:
|
||||||
- uses: kentaro-m/task-completed-checker-action@v0.1.0
|
- uses: Shopify/task-list-checker@main
|
||||||
with:
|
with:
|
||||||
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
Reference in New Issue
Block a user