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"