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

mck pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 9711f54  Limit GH pull requests to rebases
9711f54 is described below

commit 9711f541b33ec2043de04cd4c47cafd122538b4a
Author: Mick Semb Wever <[email protected]>
AuthorDate: Sun Mar 6 12:27:05 2022 +0100

    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
---
 .asf.yaml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000..a4ec7f7
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,5 @@
+github:
+  enabled_merge_buttons:
+    squash:  false
+    merge:   false
+    rebase:  true

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

Reply via email to