This is an automated email from the ASF dual-hosted git repository.
morrysnow 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 d3c475b06ac disable branch-2.0 protection temporarily (#26186)
d3c475b06ac is described below
commit d3c475b06ac1e447d1936fb2b6d35bf7e400dd42
Author: Kang <[email protected]>
AuthorDate: Wed Nov 1 09:37:49 2023 +0800
disable branch-2.0 protection temporarily (#26186)
disable branch-2.0 protection temporarily for merge pr faster.
---
.asf.yaml | 25 -------------------------
1 file changed, 25 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index 3920d682fc5..f8b7e0913cf 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -80,31 +80,6 @@ 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]