From fe6608c64dae3fa9f3b99df73c4c0f114b9777b1 Mon Sep 17 00:00:00 2001 From: Pavel Boldyrev <627562+bpg@users.noreply.github.com> Date: Tue, 25 Oct 2022 21:08:50 -0400 Subject: [PATCH] ci(Mergify): configuration update (#163) --- .mergify.yml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/.mergify.yml b/.mergify.yml index 7a26ad87..46dd4b52 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -1,15 +1,9 @@ pull_request_rules: - - name: Automatic merge on approval - conditions: - - "#approved-reviews-by>=1" - - label=automerge - actions: - merge: - method: squash - - name: automatic approval for bpg's pull requests + - name: Automatic approval of bpg`s pull requests conditions: - author=bpg + - "#approved-reviews-by=0" actions: review: type: APPROVE - message: "Auto-approved! :robot:" + message: ":robot: LGTM! *beep* *boop*"