This is an automated email from the ASF dual-hosted git repository.

kxiao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 41a52d45d3 [pipeline](branch-2.0) pr to branch-2.0 also run checks 
(#23004)
41a52d45d3 is described below

commit 41a52d45d33be6c1770531cef230aafe676bcce7
Author: Dongyang Li <[email protected]>
AuthorDate: Tue Aug 15 19:13:13 2023 +0800

    [pipeline](branch-2.0) pr to branch-2.0 also run checks (#23004)
---
 .asf.yaml | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index 13c793e126..7d53e7dca4 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -78,6 +78,26 @@ 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
+          - 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]

Reply via email to