mirror of
https://github.com/outbackdingo/matchbox.git
synced 2026-01-27 10:19:35 +00:00
* 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/
9 lines
145 B
YAML
9 lines
145 B
YAML
name: summary
|
|
on:
|
|
pull_request:
|
|
jobs:
|
|
enforce:
|
|
uses: ./.github/workflows/wait-for-status-checks.yaml
|
|
permissions:
|
|
checks: read
|