From 9ed5580921cad116c27b2b30718bd1ba9af9ed5d Mon Sep 17 00:00:00 2001 From: Kamil Samigullin Date: Sat, 28 Oct 2023 08:51:02 +0300 Subject: [PATCH] ci/cd: update settings --- .github/settings.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/settings.yml b/.github/settings.yml index ba3da61..66f7f6e 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -5,12 +5,11 @@ repository: allow_forking: true + allow_auto_merge: false allow_merge_commit: false - allow_squash_merge: true - use_squash_pr_title_as_default: true + allow_squash_merge: false allow_rebase_merge: true allow_update_branch: false - allow_auto_merge: false delete_branch_on_merge: true default_branch: main