1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-13 01:36:23 +00:00
Files
geek-cookbook/.github/workflows/check_pr_tasks_completed.yml
David Young 90faffb974 Update build script
Signed-off-by: David Young <davidy@funkypenguin.co.nz>
2022-10-11 05:04:05 +13:00

24 lines
663 B
YAML

name: 'Confirm tasks are completed'
on:
pull_request:
types: [opened, edited, synchronize, reopened]
jobs:
task-check:
runs-on: ubuntu-latest
steps:
- name: Get GitHub API token
id: get-app-token
uses: tibdex/github-app-token@v1
with:
app_id: ${{ secrets.PR_TASK_COMPLETED_CHECKER_APP_ID }}
private_key: ${{ secrets.PR_TASK_COMPLETED_CHECKER_APP_PRIVATE_KEY }}
- uses: Shopify/task-list-checker@main
with:
github-token: ${{ steps.get-app-token.outputs.token }}
readme-url: https://geek-cookbook.funkypenguin.co.nz/community/contribute/#contributing-recipes