Skip to content

Commit d4bcf97

Browse files
committed
Enforce squashing while merging PRs
1 parent 4b5dcc3 commit d4bcf97

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.asf.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,13 @@ github:
5353
- api
5454
- syslog
5555

56+
# Enforce squashing while merging PRs.
57+
# Otherwise, the git log gets polluted severely.
58+
enabled_merge_buttons:
59+
squash: true
60+
merge: false
61+
rebase: false
62+
5663
protected_branches:
5764
main:
5865
required_signatures: true

0 commit comments

Comments
 (0)