This is an automated email from the ASF dual-hosted git repository. rusackas pushed a commit to branch revert-32726-more-asf-patches in repository https://gitbox.apache.org/repos/asf/superset.git
commit 5acd96031d0529689b78c06508aa24d9220a6f6d Author: Evan Rusackas <[email protected]> AuthorDate: Tue Mar 18 12:21:24 2025 -0600 Revert "fix(asf): moving notifications to the top of `.asf.yaml` (#32726)" This reverts commit cc0097c87a9e625728ffa181ff74f01fab5bf870. --- .asf.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.asf.yaml b/.asf.yaml index 39292a6e85..edad1a2803 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -17,12 +17,6 @@ # 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" @@ -105,3 +99,9 @@ github: required_approving_review_count: 1 required_signatures: false + +notifications: + commits: [email protected] + issues: [email protected] + pullrequests: [email protected] + discussions: [email protected]
