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/doris-website.git
The following commit(s) were added to refs/heads/master by this push:
new 12abeeeaa54 [build] make `Build Check` as required (#610)
12abeeeaa54 is described below
commit 12abeeeaa54375cf33e2c60285b52b04dded4914
Author: Mingyu Chen <[email protected]>
AuthorDate: Sun May 5 08:42:24 2024 +0800
[build] make `Build Check` as required (#610)
---
.asf.yaml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
index 39337647c0f..6a952549fd0 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -41,6 +41,13 @@ github:
squash: true
merge: false
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:
+ - Build Check
features:
issues: true
notifications:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]