This is an automated email from the ASF dual-hosted git repository. kirs pushed a commit to branch CalvinKirs-patch-1 in repository https://gitbox.apache.org/repos/asf/doris.git
commit 26e0fa7809e4b3b174a54ac23a387156c1c8d670 Author: Calvin Kirs <guoqi...@selectdb.com> AuthorDate: Mon Mar 10 17:52:39 2025 +0800 [chore](ga)To establish a CODEOWNERS mechanism for version 2.1: As 2.1 stabilizes, we will focus solely on bug fixes, meaning no new features will be merged into this release. post-merge reviews can be costly. To ensure proper oversight, all pull requests targeting 2.1 must receive explicit approval from the RM before merging. --- .asf.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.asf.yaml b/.asf.yaml index 61bc5de8a1c..96d9f85533c 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -109,10 +109,10 @@ github: - FE UT (Doris FE UT) - BE UT (Doris BE UT) - P0 Regression (Doris Regression) - - required_pull_request_reviews: - dismiss_stale_reviews: true + required_pull_request_reviews: + require_code_owner_reviews: true required_approving_review_count: 1 + dismiss_stale_reviews: true branch-2.0: required_status_checks: --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org