You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by do...@apache.org on 2021/07/23 22:30:22 UTC

[spark] branch master updated: [MINOR][INFRA] Add enabled_merge_buttons to .asf.yaml explicitly

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

dongjoon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/master by this push:
     new bad7a92  [MINOR][INFRA] Add enabled_merge_buttons to .asf.yaml explicitly
bad7a92 is described below

commit bad7a929aff40756445b7eea7119cc8c7b302969
Author: Dongjoon Hyun <do...@apache.org>
AuthorDate: Fri Jul 23 15:29:44 2021 -0700

    [MINOR][INFRA] Add enabled_merge_buttons to .asf.yaml explicitly
    
    ### What changes were proposed in this pull request?
    
    This PR aims to add the AS-IS `enabled_merge_buttons` policy explicitly. The AS-IS policy was introduced via  https://issues.apache.org/jira/browse/INFRA-18656.
    
    ### Why are the changes needed?
    
    Currently, this policy is maintained as a self-serving manner. Here is the official documentation. It would be great if we have this explicitly for new comers.
    - https://cwiki.apache.org/confluence/display/INFRA/git+-+.asf.yaml+features#Git.asf.yamlfeatures-Mergebuttons
    
    ### Does this PR introduce _any_ user-facing change?
    
    No. This is a committer-only feature and there is no change in terms of the policy.
    
    ### How was this patch tested?
    
    N/A
    
    Closes #33505 from dongjoon-hyun/minor.
    
    Authored-by: Dongjoon Hyun <do...@apache.org>
    Signed-off-by: Dongjoon Hyun <do...@apache.org>
---
 .asf.yaml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index 60bc1df..16cdf8b 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -27,3 +27,7 @@ github:
     - jdbc
     - sql
     - spark
+  enabled_merge_buttons:
+    merge: false
+    squash: true
+    rebase: true

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org