From 60c832defd63211a373220c5ac46be8305eb6954 Mon Sep 17 00:00:00 2001 From: Ankush Menat Date: Fri, 9 Feb 2024 19:29:40 +0530 Subject: [PATCH] chore: disable mergify auto merges (#24825) --- .mergify.yml | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/.mergify.yml b/.mergify.yml index 7c524c5e93..66160a79e4 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -21,27 +21,6 @@ pull_request_rules: @{{author}}, thanks for the contribution, but we do not accept pull requests on a stable branch. Please raise PR on an appropriate hotfix branch. https://github.com/frappe/erpnext/wiki/Pull-Request-Checklist#which-branch - - name: Automatic merge on CI success and review - conditions: - - label!=dont-merge - - label!=squash - - "#approved-reviews-by>=1" - actions: - merge: - method: merge - - name: Automatic squash on CI success and review - conditions: - - label!=dont-merge - - label=squash - - "#approved-reviews-by>=1" - actions: - merge: - method: squash - commit_message_template: | - {{ title }} (#{{ number }}) - - {{ body }} - - name: backport to develop conditions: - label="backport develop"