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

rusackas pushed a commit to branch more-asf-patches
in repository https://gitbox.apache.org/repos/asf/superset.git

commit f4d96d97a063491f419a3bb30e35942e931dc30d
Author: Evan Rusackas <[email protected]>
AuthorDate: Tue Mar 18 11:18:01 2025 -0600

    fix(asf): moving notifications to the top of `.asf.yaml`
---
 .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