diff --git a/.asf.yaml b/.asf.yaml index f8b7e0913cf61b..3920d682fc5164 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -80,6 +80,31 @@ github: dismiss_stale_reviews: true required_approving_review_count: 1 + branch-2.0: + required_status_checks: + # if strict is true, means "Require branches to be up to date before merging". + strict: false + contexts: + - License Check + - Clang Formatter + - CheckStyle + - P0 Regression (Doris Regression) + - P1 Regression (Doris Regression) + - External Regression (Doris External Regression) + - FE UT (Doris FE UT) + - BE UT (Doris BE UT) + - Build Broker + - Build Documents + - ShellCheck + - clickbench-new (clickbench) + - Build Third Party Libraries (Linux) + - Build Third Party Libraries (macOS) + - COMPILE (DORIS_COMPILE) + + required_pull_request_reviews: + dismiss_stale_reviews: true + required_approving_review_count: 1 + collaborators: - LemonLiTree - Yukang-Lian