This is an automated email from the ASF dual-hosted git repository.
yiguolei 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 44d9cd30bd4 Revert "disable branch-2.0 protection temporarily
(#26186)" (#26875)
44d9cd30bd4 is described below
commit 44d9cd30bd46484f2cf48695d1c0dc525d943a32
Author: Kang <[email protected]>
AuthorDate: Mon Nov 13 04:24:29 2023 -0600
Revert "disable branch-2.0 protection temporarily (#26186)" (#26875)
This reverts commit d3c475b06ac1e447d1936fb2b6d35bf7e400dd42.
---
.asf.yaml | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
index f8b7e0913cf..3920d682fc5 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -80,6 +80,31 @@ github:
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
+ - P0 Regression (Doris Regression)
+ - P1 Regression (Doris Regression)
+ - External Regression (Doris External Regression)
+ - FE UT (Doris FE UT)
+ - BE UT (Doris BE UT)
+ - Build Broker
+ - Build Documents
+ - ShellCheck
+ - clickbench-new (clickbench)
+ - Build Third Party Libraries (Linux)
+ - Build Third Party Libraries (macOS)
+ - COMPILE (DORIS_COMPILE)
+
+ required_pull_request_reviews:
+ dismiss_stale_reviews: true
+ required_approving_review_count: 1
+
collaborators:
- LemonLiTree
- Yukang-Lian
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]