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

asf-gitbox-commits pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo-uno.git


The following commit(s) were added to refs/heads/main by this push:
     new 87b8293  Reset .asf.yaml notifications after repository rename
87b8293 is described below

commit 87b8293293a937a5fb00bbc40e0d2cf958ad7f90
Author: Christopher Tubbs <[email protected]>
AuthorDate: Wed Aug 12 15:38:36 2026 -0400

    Reset .asf.yaml notifications after repository rename
    
    After the repository was renamed, the project reverted to the default
    notification schemes. This commit is one of two, creating non-trivial
    changes to .asf.yaml to first set the notification address to the
    default (commits@), followed by a change to set it back to the preferred
    address (notifications@).
---
 .asf.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 70c5240..51b2f5b 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -21,8 +21,8 @@
 
 notifications:
   commits:      [email protected]
-  issues:       [email protected]
-  pullrequests: [email protected]
+  issues:       [email protected]
+  pullrequests: [email protected]
   jira_options: worklog
 
 github:

Reply via email to