From 8e47aa0c62978c945b0ce3d7a5a61b669d031d12 Mon Sep 17 00:00:00 2001 From: "Piotr P. Karwasz" Date: Sat, 1 Aug 2026 00:16:30 +0200 Subject: [PATCH] Require the build checks before merging 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 --- .asf.yaml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.asf.yaml b/.asf.yaml index 0685a07873..51ca6d6037 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -73,9 +73,13 @@ github: required_conversation_resolution: true # Require checks to pass before merging required_status_checks: - ## The GitHub Actions app - #- app_slug: github-actions - # name: "build (ubuntu-latest)" + # The GitHub Actions app + - app_slug: github-actions + name: "build / build (macos-latest)" + - app_slug: github-actions + name: "build / build (ubuntu-latest)" + - app_slug: github-actions + name: "build / build (windows-latest)" # The GitHub Advanced Security app - app_slug: github-advanced-security name: "CodeQL"