This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
The following commit(s) were added to refs/heads/master by this push:
new 9e13be4cb6 [github] enable requested status check before merging pull
requests (#9222)
9e13be4cb6 is described below
commit 9e13be4cb6333d15f7375d7d87d6f45ce167f675
Author: dataroaring <[email protected]>
AuthorDate: Tue Apr 26 08:58:36 2022 +0800
[github] enable requested status check before merging pull requests (#9222)
---
.asf.yaml | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
index ea6ba4bebc..13ebcaeb9c 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -31,6 +31,17 @@ github:
rebase: false
protected_branches:
master:
+ required_status_checks:
+ # if strict is true, means "Require branches to be up to date before
merging".
+ strict: false
+ contexts:
+ # - Clang Formatter
+ - Build Extensions
+ - License Check
+ - P0 regression (Doris P0 regression)
+ - FE UT (Doris FE UT)
+ - BE UT (Doris BE UT)
+
required_pull_request_reviews:
dismiss_stale_reviews: true
required_approving_review_count: 1
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]