This is an automated email from the ASF dual-hosted git repository.
zabetak pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/hive-site.git
The following commit(s) were added to refs/heads/main by this push:
new cb1cd05 HIVE-28714: Disable merge commit option for pull-requests in
hive-site (Stamatis Zampetakis reviewed by Butao Zhang)
cb1cd05 is described below
commit cb1cd05230fb0f63d9a3c1d879caeb20fda9cde9
Author: Stamatis Zampetakis <[email protected]>
AuthorDate: Mon Jan 20 10:33:13 2025 +0100
HIVE-28714: Disable merge commit option for pull-requests in hive-site
(Stamatis Zampetakis reviewed by Butao Zhang)
Disable merge commit option when merging pull-requests in
https://github.com/apache/hive-site to keep the history linear.
Incidentally disable the rebase option just to keep things uniform with the
main hive repo.
Closes #33
---
.asf.yaml | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
index 9f9b6e9..a8161eb 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -6,3 +6,15 @@ notifications:
issues: [email protected]
pullrequests: [email protected]
jira_options: link label
+
+github:
+ description: "Apache Hive Website"
+ homepage: https://hive.apache.org/
+ features:
+ wiki: false
+ issues: false
+ projects: false
+ enabled_merge_buttons:
+ squash: true
+ merge: false
+ rebase: false