From 8eaa87b2a2c08f6e5b30327f27d0b83583e69224 Mon Sep 17 00:00:00 2001 From: Ankush Menat Date: Tue, 17 May 2022 12:16:03 +0530 Subject: [PATCH] chore: add exceptions for release PRs --- .mergify.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.mergify.yml b/.mergify.yml index 7f4c084e30..f1333362a8 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -6,6 +6,7 @@ pull_request_rules: - author!=surajshetty3416 - author!=gavindsouza - author!=deepeshgarg007 + - author!=ankush - or: - base=version-13 - base=version-12 @@ -13,7 +14,7 @@ pull_request_rules: close: comment: message: | - @{{author}}, thanks for the contribution, but we do not accept pull requests on a stable branch. Please raise PR on an appropriate hotfix branch. + @{{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 @@ -53,7 +54,7 @@ pull_request_rules: {{ title }} (#{{ number }}) {{ body }} - + - name: backport to develop conditions: - label="backport develop" @@ -92,4 +93,4 @@ pull_request_rules: branches: - version-12-hotfix assignees: - - "{{ author }}" \ No newline at end of file + - "{{ author }}"