Skip to content

Commit

Permalink
Improve email notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
vy committed Apr 22, 2024
1 parent 0fcbdc5 commit 91b76da
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .asf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,20 @@
# limitations under the License.
#

# `.asf.yaml` documentation: https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features
# `.asf.yaml` is a branch-specific YAML configuration file for Git repositories to control features such as notifications, GitHub settings, etc.
# See its documentation for details: https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features

# Bare minimum `notifications` to
#
# 1. Forward GitHub _activity_ to `notifications@`
# 2. Forward commits to `commits@`
# 3. Forward `dependabot` PRs to `robots@`
#
# Note that `notifications` are merged with the defaults accessible from: https://gitbox.apache.org/schemes.cgi?logging-log4j-transform
notifications:
# GitHub already provides notifications for PRs and issues.
# Please don't duplicate that noise here!
commits: [email protected]
issues: [email protected]
pullrequests: [email protected]
pullrequests_bot_dependabot: [email protected]

github:
Expand Down

0 comments on commit 91b76da

Please sign in to comment.