This is an automated email from the ASF dual-hosted git repository.
kxiao 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 8efa5c85 [chore](github) Make the clucene-2.0 build workflows required
(#158)
8efa5c85 is described below
commit 8efa5c85356b3de8591ed22ea458c36737d2c877
Author: qiye <[email protected]>
AuthorDate: Wed Dec 20 14:42:47 2023 +0800
[chore](github) Make the clucene-2.0 build workflows required (#158)
---
.asf.yaml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
index fd6e8729..9d62a9eb 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -61,5 +61,11 @@ github:
contexts:
- Build (Linux)
- Build (macOS)
+ clucene-2.0:
+ required_status_checks:
+ strict: false
+ contexts:
+ - Build (Linux)
+ - Build (macOS)
notifications:
pullrequests_status: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]