Limit GH pull requests to rebases

patch by Mick Semb Wever; reviewed by Benjamin Lerer, Berenguer Blasi, Brandon Williams, Ekaterina Dimitrova, Stefan Miklosovic for CASSANDRA-17419
This commit is contained in:
Mick Semb Wever 2022-03-06 12:27:05 +01:00
parent 8714f92685
commit 9711f541b3
No known key found for this signature in database
GPG Key ID: E91335D77E3E87CB
1 changed files with 5 additions and 0 deletions

5
.asf.yaml Normal file
View File

@ -0,0 +1,5 @@
github:
enabled_merge_buttons:
squash: false
merge: false
rebase: true