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

ctubbsii pushed a commit to branch 2.1
in repository https://gitbox.apache.org/repos/asf/accumulo.git


The following commit(s) were added to refs/heads/2.1 by this push:
     new 216ada87d4 Add notification options explicitly to .asf.yaml
216ada87d4 is described below

commit 216ada87d44525f02ec23ddb94430ef737898524
Author: Christopher Tubbs <ctubb...@apache.org>
AuthorDate: Thu May 8 18:33:12 2025 -0400

    Add notification options explicitly to .asf.yaml
---
 .asf.yaml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index c652afc322..d6de483b0a 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -19,6 +19,12 @@
 
 # https://github.com/apache/infrastructure-asfyaml/blob/main/README.md
 
+notifications:
+  commits:      commits@accumulo.apache.org
+  issues:       notificati...@accumulo.apache.org
+  pullrequests: notificati...@accumulo.apache.org
+  jira_options: worklog
+
 github:
   description: "Apache Accumulo"
   homepage: https://accumulo.apache.org

Reply via email to