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

github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/polaris.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 63e674c7 deploy: abb9c97d6cd84e70420153ab09b14537108f0b74
63e674c7 is described below

commit 63e674c7da13113444e03fe7261ebfedf9ea7cbd
Author: jbonofre <[email protected]>
AuthorDate: Wed Mar 19 15:49:39 2025 +0000

    deploy: abb9c97d6cd84e70420153ab09b14537108f0b74
---
 .asf.yaml | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 5aaccf13..c005d460 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -35,6 +35,8 @@ github:
     squash: true
     rebase: false
 
+  del_branch_on_merge: true
+
   protected_branches:
     main:
       required_pull_request_reviews:
@@ -43,8 +45,6 @@ github:
 
       required_linear_history: true
 
-      del_branch_on_merge: true
-
       required_status_checks:
         # strict means "Require branches to be up to date before merging".
         strict: false
@@ -61,6 +61,8 @@ github:
     wiki: false
     issues: true
     projects: true
+    discussions: true
+
   ghp_branch: gh-pages
   ghp_path: /
 
@@ -73,6 +75,7 @@ notifications:
   commits:      [email protected]
   issues:       [email protected]
   pullrequests: [email protected]
+  discussions:  [email protected]
   jira_options: link label
 
 publish:

Reply via email to