You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tz...@apache.org on 2020/05/04 06:02:14 UTC

[flink-statefun] branch master updated: [FLINK-17287][github] Disable merge commit button

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

tzulitai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-statefun.git


The following commit(s) were added to refs/heads/master by this push:
     new 404182a  [FLINK-17287][github] Disable merge commit button
404182a is described below

commit 404182a5a11302bd79a557bbc6479f11b7fcbce3
Author: Chesnay Schepler <ch...@apache.org>
AuthorDate: Tue Apr 21 10:11:25 2020 +0200

    [FLINK-17287][github] Disable merge commit button
    
    This closes #101.
---
 .asf.yaml                                | 5 +++++
 tools/releasing/create_source_release.sh | 1 +
 2 files changed, 6 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000..930c896
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,5 @@
+github:
+  enabled_merge_buttons:
+    squash: true
+    merge: false
+    rebase: true
diff --git a/tools/releasing/create_source_release.sh b/tools/releasing/create_source_release.sh
index 82a13bc..ab2ed87 100755
--- a/tools/releasing/create_source_release.sh
+++ b/tools/releasing/create_source_release.sh
@@ -71,6 +71,7 @@ git clone ${PROJECT_ROOT} ${CLONE_DIR}
 cd ${CLONE_DIR}
 rsync -a \
   --exclude ".git" --exclude ".gitignore" \
+  --exclude ".asf.yaml" \
   --exclude "target" \
   --exclude ".idea" --exclude "*.iml" \
   --exclude ".travis.yml" \