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

stoty pushed a commit to branch 5.1
in repository https://gitbox.apache.org/repos/asf/phoenix.git


The following commit(s) were added to refs/heads/5.1 by this push:
     new d0959a3362 PHOENIX-6771 Allow only "squash and merge" from GitHub UI
d0959a3362 is described below

commit d0959a3362a03fc8b9a75fd448038e5fb9278606
Author: Istvan Toth <st...@apache.org>
AuthorDate: Tue Aug 16 09:06:50 2022 +0200

    PHOENIX-6771 Allow only "squash and merge" from GitHub UI
---
 .asf.yaml | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 22e3eab02d..2a9f642fa7 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -22,7 +22,13 @@
 # changes with dev@ before committing.
 
 notifications:
-    commits:      commits@phoenix.apache.org
-    issues:       iss...@phoenix.apache.org
-    pullrequests: iss...@phoenix.apache.org
-    jira_options: link label comment
+  commits: commits@phoenix.apache.org
+  issues: iss...@phoenix.apache.org
+  pullrequests: iss...@phoenix.apache.org
+  jira_options: link label comment
+
+github:
+  enabled_merge_buttons:
+    squash: true
+    merge: false
+    rebase: false

Reply via email to