Skip to content

Commit

Permalink
Add summary workflow to wait-for-status-checks
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
dghubble committed May 6, 2024
1 parent f71f552 commit 865660d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/summary.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 865660d

Please sign in to comment.