diff --git a/.asf.yaml b/.asf.yaml index 70bb2e8be..838515eed 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -46,6 +46,18 @@ github: dismiss_stale_reviews: false require_code_owner_reviews: false required_approving_review_count: 1 + 1.1.x: + required_status_checks: + # strict means "Require branches to be up to date before merging". + strict: false + # contexts are the names of checks that must pass + contexts: + - Code is formatted + - Check headers + required_pull_request_reviews: + dismiss_stale_reviews: false + require_code_owner_reviews: false + required_approving_review_count: 1 1.0.x: required_status_checks: # strict means "Require branches to be up to date before merging".