Skip to content

Commit 3574879

Browse files
authored
Require the build checks before merging (#486)
Auto-merged Dependabot PRs landed on trunk with a failing build, because the `build` workflow was not a required check. Require all three platform jobs, so auto-merge waits for them. Assisted-By: Claude Fable 5 <noreply@anthropic.com>
1 parent f401fa9 commit 3574879

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

.asf.yaml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,13 @@ github:
7373
required_conversation_resolution: true
7474
# Require checks to pass before merging
7575
required_status_checks:
76-
## The GitHub Actions app
77-
#- app_slug: github-actions
78-
# name: "build (ubuntu-latest)"
76+
# The GitHub Actions app
77+
- app_slug: github-actions
78+
name: "build / build (macos-latest)"
79+
- app_slug: github-actions
80+
name: "build / build (ubuntu-latest)"
81+
- app_slug: github-actions
82+
name: "build / build (windows-latest)"
7983
# The GitHub Advanced Security app
8084
- app_slug: github-advanced-security
8185
name: "CodeQL"

0 commit comments

Comments
 (0)