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

davidarthur pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/kafka-merge-queue-sandbox.git


The following commit(s) were added to refs/heads/main by this push:
     new f1990c8  enable all merge buttons
f1990c8 is described below

commit f1990c8b3be1da21c7811ceac1bbe048c3c99fe4
Author: David Arthur <mum...@gmail.com>
AuthorDate: Wed Jul 3 10:24:30 2024 -0400

    enable all merge buttons
---
 .asf.yaml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index 13a8339..ef871ab 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -14,3 +14,12 @@
 # KIND, either express or implied.  See the License for the
 # specific language governing permissions and limitations
 # under the License.
+
+github:
+  enabled_merge_buttons:
+    # enable squash button:
+    squash:  true
+    # enable merge button:
+    merge:   true
+    # disable rebase button:
+    rebase:  true

Reply via email to