From 9e4fb9647e76d8967c89056a33efa7d806bdd4de Mon Sep 17 00:00:00 2001 From: zoulei <1043706593@qq.com> Date: Thu, 16 Mar 2023 13:16:38 +0800 Subject: [PATCH] chore: remove stage-repo in pom due to release done & update mail rule (#2128) * add new issues mailbox and move some mails to it --------- Co-authored-by: imbajin --- .asf.yaml | 12 +++++++----- pom.xml | 15 --------------- 2 files changed, 7 insertions(+), 20 deletions(-) diff --git a/.asf.yaml b/.asf.yaml index 12886b9738..bb280a82a5 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -48,10 +48,12 @@ github: require_code_owner_reviews: false required_approving_review_count: 2 +# refer https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features#Git.asf.yamlfeatures-Notificationsettingsforrepositories notifications: + # use https://selfserve.apache.org to manage it pullrequests_status: dev@hugegraph.apache.org - # 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: issues@hugegraph.apache.org - + discussions: dev@hugegraph.apache.org + pullrequests_comment: issues@hugegraph.apache.org + issues: issues@hugegraph.apache.org + # TODO: Send depandabot PRs to xx@ instead + # pullrequests_bot_dependabot: issues@hugegraph.apache.org diff --git a/pom.xml b/pom.xml index 7e52c0c429..8679c83ddd 100644 --- a/pom.xml +++ b/pom.xml @@ -668,19 +668,4 @@ - - - - staged-releases - staged-releases - https://repository.apache.org/content/groups/staging/ - default - - true - - - false - - -