This is an automated email from the ASF dual-hosted git repository. rusackas pushed a commit to branch revert-32730-revert-32726-more-asf-patches in repository https://gitbox.apache.org/repos/asf/superset.git
commit a5ca08b7d4c668bdaec33090c6bc7008193c74d8 Author: Evan Rusackas <[email protected]> AuthorDate: Tue Mar 18 13:18:06 2025 -0600 Revert "Revert "fix(asf): moving notifications to the top of `.asf.yaml`" (#3…" This reverts commit 6612343f33fb88fd900b97a006a60876a12bf1fc. --- .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]
