mirror of
https://github.com/outbackdingo/kubelet.git
synced 2026-01-27 02:19:24 +00:00
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:
8
.github/workflows/summary.yaml
vendored
Normal file
8
.github/workflows/summary.yaml
vendored
Normal 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
|
||||
Reference in New Issue
Block a user