diff --git a/.asf.yaml b/.asf.yaml index edad1a28036..39292a6e85c 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: commits@superset.apache.org + issues: notifications@superset.apache.org + pullrequests: notifications@superset.apache.org + discussions: notifications@superset.apache.org + 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: commits@superset.apache.org - issues: notifications@superset.apache.org - pullrequests: notifications@superset.apache.org - discussions: notifications@superset.apache.org