From d3bd40ccfe48625d32dc94406112704c7b869389 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9D=92=E5=B9=B4?= <1043706593@qq.com> Date: Sun, 26 Feb 2023 13:50:07 +0800 Subject: [PATCH 1/7] remove apache stage repo --- pom.xml | 15 --------------- 1 file changed, 15 deletions(-) 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 - - - From 2e639d7d977d98ef875f101024dc40f83d8d1a6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9D=92=E5=B9=B4?= <1043706593@qq.com> Date: Sun, 26 Feb 2023 15:47:11 +0800 Subject: [PATCH 2/7] update notification rule --- .asf.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.asf.yaml b/.asf.yaml index be8f953aef..f4e39d368d 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -48,9 +48,9 @@ github: required_approving_review_count: 2 notifications: - pullrequests_status: dev@hugegraph.apache.org + #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: issues@hugegraph.apache.org From 7a315cb3f98e3af5ca7a24613791baba9998c65a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9D=92=E5=B9=B4?= <1043706593@qq.com> Date: Sun, 26 Feb 2023 19:09:47 +0800 Subject: [PATCH 3/7] update notification rule --- .asf.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.asf.yaml b/.asf.yaml index f4e39d368d..944552e590 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -52,5 +52,5 @@ notifications: # 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 From 108fefa19f43ae85855de2484feb81a4b0a49226 Mon Sep 17 00:00:00 2001 From: imbajin Date: Wed, 15 Mar 2023 19:46:26 +0800 Subject: [PATCH 4/7] Update .asf.yaml --- .asf.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.asf.yaml b/.asf.yaml index 944552e590..337cc7b4df 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -48,9 +48,9 @@ github: required_approving_review_count: 2 notifications: - #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 + pullrequests_status: dev@hugegraph.apache.org discussions: dev@hugegraph.apache.org - + # before use the config, we should ensure the "issues" address has set well (exist) + # TODO: change to "issues@hugegraph.apache.org" after we apply it + pullrequests_comment: commits@hugegraph.apache.org + issues: commits@hugegraph.apache.org From 31fd9c6f770a0d05ca6c3d9aade1f7b43123e08e Mon Sep 17 00:00:00 2001 From: imbajin Date: Wed, 15 Mar 2023 19:49:21 +0800 Subject: [PATCH 5/7] Update .asf.yaml --- .asf.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.asf.yaml b/.asf.yaml index 337cc7b4df..010f91f5b6 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -47,6 +47,7 @@ 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: pullrequests_status: dev@hugegraph.apache.org discussions: dev@hugegraph.apache.org From 643524fc3604f0d1b2887dd99c14faf0c8e2420d Mon Sep 17 00:00:00 2001 From: imbajin Date: Wed, 15 Mar 2023 19:53:33 +0800 Subject: [PATCH 6/7] Update .asf.yaml --- .asf.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.asf.yaml b/.asf.yaml index 010f91f5b6..2a79c08601 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -55,3 +55,5 @@ notifications: # TODO: change to "issues@hugegraph.apache.org" after we apply it pullrequests_comment: commits@hugegraph.apache.org issues: commits@hugegraph.apache.org + # TODO: Send depandabot PRs to xx@ instead + # pullrequests_bot_dependabot: commits@hugegraph.apache.org From f45b019af39c760eb18be2d13dca4c67b7a1e5fb Mon Sep 17 00:00:00 2001 From: imbajin Date: Wed, 15 Mar 2023 21:53:49 +0800 Subject: [PATCH 7/7] Update .asf.yaml --- .asf.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.asf.yaml b/.asf.yaml index 2a79c08601..e9c25fbb76 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -49,11 +49,10 @@ github: # 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 discussions: dev@hugegraph.apache.org - # before use the config, we should ensure the "issues" address has set well (exist) - # TODO: change to "issues@hugegraph.apache.org" after we apply it - pullrequests_comment: commits@hugegraph.apache.org - issues: commits@hugegraph.apache.org + pullrequests_comment: issues@hugegraph.apache.org + issues: issues@hugegraph.apache.org # TODO: Send depandabot PRs to xx@ instead - # pullrequests_bot_dependabot: commits@hugegraph.apache.org + # pullrequests_bot_dependabot: issues@hugegraph.apache.org