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

beto pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new cc0097c87a fix(asf): moving notifications to the top of `.asf.yaml` 
(#32726)
cc0097c87a is described below

commit cc0097c87a9e625728ffa181ff74f01fab5bf870
Author: Evan Rusackas <[email protected]>
AuthorDate: Tue Mar 18 11:19:47 2025 -0600

    fix(asf): moving notifications to the top of `.asf.yaml` (#32726)
---
 .asf.yaml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index edad1a2803..39292a6e85 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -17,6 +17,12 @@
 
 # 
https://cwiki.apache.org/confluence/display/INFRA/.asf.yaml+features+for+git+repositories
 ---
+notifications:
+  commits: [email protected]
+  issues: [email protected]
+  pullrequests: [email protected]
+  discussions: [email protected]
+
 github:
   del_branch_on_merge: true
   description: "Apache Superset is a Data Visualization and Data Exploration 
Platform"
@@ -99,9 +105,3 @@ github:
         required_approving_review_count: 1
 
       required_signatures: false
-
-notifications:
-  commits: [email protected]
-  issues: [email protected]
-  pullrequests: [email protected]
-  discussions: [email protected]

Reply via email to