Skip to content

Commit

Permalink
chore: remove stage-repo in pom due to release done & update mail rule (
Browse files Browse the repository at this point in the history
apache#2128)

* add new issues mailbox and move some mails to it

---------

Co-authored-by: imbajin <jin@apache.org>
  • Loading branch information
z7658329 and imbajin authored Mar 16, 2023
1 parent 4b74ab6 commit 9e4fb96
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 20 deletions.
12 changes: 7 additions & 5 deletions .asf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
15 changes: 0 additions & 15 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit 9e4fb96

Please sign in to comment.