This is an automated email from the ASF dual-hosted git repository.
kxiao pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.0 by this push:
new 65155a6e58 [pipeline](branch-2.0) pr to branch-2.0 also run checks
(#22969)
65155a6e58 is described below
commit 65155a6e58f4373ca9a43f90af41210896b85c38
Author: Dongyang Li <[email protected]>
AuthorDate: Tue Aug 15 16:57:27 2023 +0800
[pipeline](branch-2.0) pr to branch-2.0 also run checks (#22969)
---
.asf.yaml | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
index 80dd4aafb9..a7c9367b60 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -78,6 +78,27 @@ github:
required_pull_request_reviews:
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
+ - Build Documents
+ - ShellCheck
+ - Need_2_Approval
+ - COMPILE (DORIS_COMPILE)
+ - P0 Regression (Doris Regression)
+ - FE UT (Doris FE UT)
+ - BE UT (Doris BE UT)
+ - clickbench-new (clickbench)
+ required_pull_request_reviews:
+ dismiss_stale_reviews: true
+ required_approving_review_count: 1
+
collaborators:
- LemonLiTree
- zy-kkk
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]