Files
kubelet/.github/workflows/summary.yaml
Dalton Hubble 865660dbe7 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
2024-05-05 17:04:07 -07:00

9 lines
166 B
YAML

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