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

jianliangqi pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/doris-thirdparty.git


The following commit(s) were added to refs/heads/main by this push:
     new 4925afb0943 [chore](clucene) add branch protection for clucene (#276)
4925afb0943 is described below

commit 4925afb09433c2944af80f9e9c22d1820db66d3e
Author: airborne12 <jiang...@selectdb.com>
AuthorDate: Tue Jan 21 14:46:07 2025 +0800

    [chore](clucene) add branch protection for clucene (#276)
---
 .asf.yaml | 29 ++++++++++++++++++++++++++++-
 1 file changed, 28 insertions(+), 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index d47c00e5989..6d6ba598701 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -55,9 +55,36 @@ github:
       required_pull_request_reviews:
         dismiss_stale_reviews: true
         required_approving_review_count: 1
+    clucene:
+      required_status_checks:
+        strict: false
+        contexts:
+          - Build (Linux)
+          - Build (macOS)
+          - CLucene UT (Linux)
+    clucene-2.0:
+      required_status_checks:
+        strict: false
+        contexts:
+          - Build (Linux)
+          - Build (macOS)
+          - CLucene UT (Linux)
+    clucene-2.1:
+      required_status_checks:
+        strict: false
+        contexts:
+          - Build (Linux)
+          - Build (macOS)
+          - CLucene UT (Linux)
+    clucene-3.0:
+      required_status_checks:
+        strict: false
+        contexts:
+          - Build (Linux)
+          - Build (macOS)
+          - CLucene UT (Linux)
 
   collaborators:
-    - airborne12
     - zzzxl1993
     
 notifications:


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to