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 53b1d48 commit 622a624
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion .asf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,21 @@
# 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-tools
notifications:
commits: [email protected]
issues: [email protected]
pullrequests: [email protected]
pullrequests_bot_dependabot: [email protected]

github:

Expand All @@ -31,6 +45,8 @@ github:
features:
issues: true

del_branch_on_merge: true

# Prevent force pushes to primary branches
protected_branches:
main:
Expand Down

0 comments on commit 622a624

Please sign in to comment.