Add summary workflow to wait-for-status-checks

* Use the wait-for-status-checks reusable workflow to wait for
all status checks. This can be marked as a required check to
enable GitHub auto-merge features
This commit is contained in:
Dalton Hubble
2024-05-05 16:57:02 -07:00
parent f71f552a5e
commit 865660dbe7

8
.github/workflows/summary.yaml vendored Normal file
View File

@@ -0,0 +1,8 @@
name: summary
on:
pull_request:
jobs:
enforce:
uses: poseidon/matchbox/.github/workflows/wait-for-status-checks.yaml@main
permissions:
checks: read