This is an automated email from the ASF dual-hosted git repository.
blue pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-python.git
The following commit(s) were added to refs/heads/main by this push:
new 6788e93 Build: Disable merge-commit and enforce linear history (#57)
6788e93 is described below
commit 6788e933a191bfed340ba103089dcdb1ed4ac1aa
Author: Fokko Driesprong <[email protected]>
AuthorDate: Tue Oct 10 18:27:17 2023 +0200
Build: Disable merge-commit and enforce linear history (#57)
Co-authored-by: Renjie Liu <[email protected]>
---
.asf.yaml | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
index a97dcd3..15e9564 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -28,6 +28,16 @@ github:
- apache
- hacktoberfest
- pyiceberg
+ enabled_merge_buttons:
+ merge: false
+ squash: true
+ rebase: true
+ protected_branches:
+ main:
+ required_pull_request_reviews:
+ required_approving_review_count: 1
+
+ required_linear_history: true
features:
wiki: true
issues: true