From 826a51f6a67d3a4159bfcdcdabba664764367938 Mon Sep 17 00:00:00 2001 From: Pavel Boldyrev <627562+bpg@users.noreply.github.com> Date: Thu, 8 Feb 2024 22:52:37 -0500 Subject: [PATCH] misc(ci): update .mergify.yml (#1024) Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com> --- .mergify.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.mergify.yml b/.mergify.yml index ee06b216..10a58ca9 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -16,4 +16,12 @@ pull_request_rules: actions: review: type: APPROVE - message: ":robot: LGTM! *beep* *boop*" + - name: Automatic approval of all-contributors's pull requests + conditions: + - author=allcontributors[bot] + - "#approved-reviews-by=0" + actions: + review: + type: APPROVE + merge: + method: squash