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 <[email protected]> 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: [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]
