Skip to content

Commit 91b76da

Browse files
committed
Improve email notifications
1 parent 0fcbdc5 commit 91b76da

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

.asf.yaml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,20 @@
1515
# limitations under the License.
1616
#
1717

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

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

2634
github:

0 commit comments

Comments
 (0)