You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hugegraph.apache.org by ji...@apache.org on 2023/03/17 05:31:06 UTC

[incubator-hugegraph-computer] branch imbajin-patch-1 created (now 46641514)

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

jin pushed a change to branch imbajin-patch-1
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph-computer.git


      at 46641514 chore: enhance mailbox settings & enable require ci

This branch includes the following new commits:

     new 46641514 chore: enhance mailbox settings & enable require ci

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[incubator-hugegraph-computer] 01/01: chore: enhance mailbox settings & enable require ci

Posted by ji...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jin pushed a commit to branch imbajin-patch-1
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph-computer.git

commit 4664151417a756bf54d3c43ebebea4514b71b9c8
Author: imbajin <ji...@apache.org>
AuthorDate: Fri Mar 17 13:31:02 2023 +0800

    chore: enhance mailbox settings & enable require ci
---
 .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: dev@hugegraph.apache.org
-  # Note: before use the config, we should ensure the "mail" address has set well (exist)
-  #pullrequests_comment: issues@hugegraph.apache.org
-  #issues: issues@hugegraph.apache.org
-  discussions:  dev@hugegraph.apache.org
+  # use https://selfserve.apache.org to manage it
+  pullrequests_status: issues@hugegraph.apache.org
+  pullrequests_comment: issues@hugegraph.apache.org
+  pullrequests_bot_dependabot: issues@hugegraph.apache.org
+  issues: issues@hugegraph.apache.org
+  issues_status: dev@hugegraph.apache.org
+  issues_comment: issues@hugegraph.apache.org
+  discussions: dev@hugegraph.apache.org