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

tison pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datasketches-rust.git


The following commit(s) were added to refs/heads/main by this push:
     new f3481de  chore: enable more convenient GitHub features (#74)
f3481de is described below

commit f3481de624936b6c7332ae1037401f2ff837f8d9
Author: tison <[email protected]>
AuthorDate: Mon Jan 19 16:47:21 2026 +0800

    chore: enable more convenient GitHub features (#74)
---
 .asf.yaml | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 0c51de1..38f5fd3 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -26,13 +26,16 @@ github:
     - datasketches
   features:
     issues: true
-    projects: true
+    projects: false
     discussions: true
   enabled_merge_buttons:
     squash: true
     merge: false
     rebase: false
-  del_branch_on_merge: true
+  pull_requests:
+    allow_auto_merge: true
+    allow_update_branch: true
+    del_branch_on_merge: true
   protected_branches:
     main:
       required_status_checks:


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to