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

etudenhoefner pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-go.git


The following commit(s) were added to refs/heads/main by this push:
     new 7abb2f6  Disable merge commit (#17)
7abb2f6 is described below

commit 7abb2f6457d882482b4af3d0b37ea9c1aa4c51a6
Author: Fokko Driesprong <[email protected]>
AuthorDate: Tue Oct 31 17:12:43 2023 +0100

    Disable merge commit (#17)
    
    In the other Iceberg repositories, the merge commit has been disabled to 
avoid non-linear history.
---
 .asf.yaml | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index ffd625d..e735371 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -28,7 +28,19 @@ github:
   features:
     issues: true
 
+  enabled_merge_buttons:
+    squash: true
+    merge: false
+    rebase: false
+
+  protected_branches:
+    main:
+      required_pull_request_reviews:
+        required_approving_review_count: 1
+
+      required_linear_history: true
+
 notifications:
   commits:      [email protected]
   issues:       [email protected]
-  pullrequests: [email protected]
\ No newline at end of file
+  pullrequests: [email protected]

Reply via email to