This is an automated email from the ASF dual-hosted git repository.

jin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph.git


The following commit(s) were added to refs/heads/master by this push:
     new 9e4fb9647 chore: remove stage-repo in pom due to release done & update 
mail rule (#2128)
9e4fb9647 is described below

commit 9e4fb9647e76d8967c89056a33efa7d806bdd4de
Author: zoulei <[email protected]>
AuthorDate: Thu Mar 16 13:16:38 2023 +0800

    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 <[email protected]>
---
 .asf.yaml | 12 +++++++-----
 pom.xml   | 15 ---------------
 2 files changed, 7 insertions(+), 20 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 12886b973..bb280a82a 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: [email protected]
-  # before use the config, we should ensure the "mail" address has set well 
(exist)
-  #pullrequests_comment: [email protected]
-  #issues: [email protected]
-  #discussions: [email protected]
-  
+  discussions: [email protected]
+  pullrequests_comment: [email protected]
+  issues: [email protected]
+  # TODO: Send depandabot PRs to xx@ instead
+  # pullrequests_bot_dependabot: [email protected]
diff --git a/pom.xml b/pom.xml
index 7e52c0c42..8679c83dd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -668,19 +668,4 @@
             </build>
         </profile>
     </profiles>
-
-    <repositories>
-        <repository>
-            <id>staged-releases</id>
-            <name>staged-releases</name>
-            <url>https://repository.apache.org/content/groups/staging/</url>
-            <layout>default</layout>
-            <releases>
-                <enabled>true</enabled>
-            </releases>
-            <snapshots>
-                <enabled>false</enabled>
-            </snapshots>
-        </repository>
-    </repositories>
 </project>

Reply via email to