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 - - -