From a5f6b6365c676d3486badebbfe4a8978f850b9ae Mon Sep 17 00:00:00 2001 From: Ivan Blinkov Date: Thu, 27 Feb 2020 09:01:33 +0300 Subject: [PATCH] Update .mergify.yml --- .mergify.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.mergify.yml b/.mergify.yml index 6db8514ae1..3b21c43c73 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -38,21 +38,21 @@ pull_request_rules: pull_request_rules: - name: Automatic add pr-documentation label via description conditions: - - "body~=Documentation" + - "body~=- Documentation" actions: label: add: ["pr-documentation"] pull_request_rules: - name: Automatic add pr-feature label conditions: - - "body~=New Feature" + - "body~=- New Feature" actions: label: add: ["pr-feature", "doc-alert"] pull_request_rules: - name: Automatic add pr-bugfix label conditions: - - "body~=Bug Fix" + - "body~=- Bug Fix" actions: label: add: ["pr-bugfix", "no-docs-needed"] @@ -80,7 +80,7 @@ pull_request_rules: pull_request_rules: - name: Automatic add pr-non-significant label conditions: - - "body~=Non-significant" + - "body~=- Non-significant" actions: label: add: ["pr-non-significant", "no-docs-needed"] -- GitLab