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