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-doc.git
commit 169acf3e8c4932c5d83994d73f3db045b5ef9134 Author: imbajin <[email protected]> AuthorDate: Thu Mar 16 15:12:51 2023 +0800 chore: update .asf.yaml for mail rules --- .asf.yaml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/.asf.yaml b/.asf.yaml index dabeaa77..572b5f43 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -28,7 +28,7 @@ github: labels: - hugegraph - website - - hugo + - doc - apache - graph del_branch_on_merge: true @@ -42,12 +42,10 @@ github: protected_branches: master: required_status_checks: - # strict means "Require branches to be up-to-date before merging". - #strict: true contexts: - deploy required_pull_request_reviews: - #dismiss_stale_reviews: true + dismiss_stale_reviews: true required_approving_review_count: 1 require_code_owner_reviews: false @@ -61,8 +59,9 @@ publish: whoami: asf-site notifications: - #pullrequests_status: [email protected] - # before use the config, we should ensure the "mail" address has set well (exist) - #pullrequests_comment: [email protected] - #issues: [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] discussions: [email protected]
