Files
matchbox/.github/workflows/summary.yaml
Dalton Hubble 1f8963b6aa Add enforce workflow to wait for PR status checks
* Add wait-for-status-checks reusable GitHub Workflow to wait
for all status checks in a PR. Mark this as a required check
so that GitHub auto-merge can be used

Rel: https://github.com/poseidon/wait-for-status-checks/
2024-05-05 07:58:47 -07:00

9 lines
145 B
YAML

name: summary
on:
pull_request:
jobs:
enforce:
uses: ./.github/workflows/wait-for-status-checks.yaml
permissions:
checks: read