mirror of
https://github.com/outbackdingo/kubelet.git
synced 2026-01-27 10:19:31 +00:00
* 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
9 lines
166 B
YAML
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
|