This is an automated email from the ASF dual-hosted git repository.

jermy pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-hugegraph-computer.git


The following commit(s) were added to refs/heads/master by this push:
     new fa37fc4b chore: enhance mailbox settings & enable require ci (#235)
fa37fc4b is described below

commit fa37fc4bd9db5301cf15261ea34fac67409d0af0
Author: imbajin <[email protected]>
AuthorDate: Fri Mar 17 21:06:44 2023 +0800

    chore: enhance mailbox settings & enable require ci (#235)
---
 .asf.yaml | 15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 37d208d5..52ddf345 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -40,14 +40,19 @@ github:
         # contexts are the names of checks that must pass
         contexts:
           - computer-ci
+          - check-license-header
+          - Analyze (java)
       required_pull_request_reviews:
         dismiss_stale_reviews: true
         require_code_owner_reviews: false
         required_approving_review_count: 2
 
 notifications:
-  #pullrequests_status: [email protected]
-  # Note: before use the config, we should ensure the "mail" address has set 
well (exist)
-  #pullrequests_comment: [email protected]
-  #issues: [email protected]
-  discussions:  [email protected]
+  # use https://selfserve.apache.org to manage it
+  pullrequests_status: [email protected]
+  pullrequests_comment: [email protected]
+  pullrequests_bot_dependabot: [email protected]
+  issues: [email protected]
+  issues_status: [email protected]
+  issues_comment: [email protected]
+  discussions: [email protected]

Reply via email to