This is an automated email from the ASF dual-hosted git repository.
kirs pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-3.0 by this push:
new bbb74762424 Update .asf.yaml (#47083)
bbb74762424 is described below
commit bbb747624240ea3ea8ffe7fa89933447b1d0c7ee
Author: Calvin Kirs <[email protected]>
AuthorDate: Thu Jan 16 16:14:34 2025 +0800
Update .asf.yaml (#47083)
---
.asf.yaml | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
index 1ef19652d39..45905c6526f 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -124,6 +124,28 @@ github:
dismiss_stale_reviews: true
required_approving_review_count: 1
+ branch-3.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
+ - Build Broker
+ - Build Third Party Libraries (Linux)
+ - Build Third Party Libraries (macOS)
+ - FE UT (Doris FE UT)
+ - BE UT (Doris BE UT)
+ - Cloud UT (Doris Cloud UT)
+ - COMPILE (DORIS_COMPILE)
+ - P0 Regression (Doris Regression)
+ - External Regression (Doris External Regression)
+ - cloud_p0 (Doris Cloud Regression)
+ required_pull_request_reviews:
+ require_code_owner_reviews: true
+ required_approving_review_count: 1
+ dismiss_stale_reviews: true
collaborators:
- LemonLiTree
- Yukang-Lian
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]