Skip to content

Commit

Permalink
[FLINK-17287][github] Disable merge commit button
Browse files Browse the repository at this point in the history
  • Loading branch information
zentol committed Jun 8, 2020
1 parent 88e416f commit 4a04a71
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .asf.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
github:
enabled_merge_buttons:
squash: true
merge: false
rebase: true
2 changes: 1 addition & 1 deletion tools/releasing/create_source_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ git clone ${FLINK_DIR} ${CLONE_DIR}
cd ${CLONE_DIR}

rsync -a \
--exclude ".git" --exclude ".gitignore" --exclude ".gitattributes" --exclude "azure-pipelines.yml" \
--exclude ".git" --exclude ".gitignore" --exclude ".gitattributes" --exclude "azure-pipelines.yml" --exclude ".asf.yaml" \
--exclude "CHANGELOG" --exclude ".github" --exclude "target" \
--exclude ".idea" --exclude "*.iml" --exclude ".DS_Store" --exclude "build-target" \
--exclude "docs/content" --exclude ".rubydeps" \
Expand Down

0 comments on commit 4a04a71

Please sign in to comment.