From b0a1df35d4d1187c634de9bbd56b98bf5ca0cd1f Mon Sep 17 00:00:00 2001 From: mrz1836 Date: Fri, 6 Aug 2021 08:04:33 -0400 Subject: [PATCH] Fixed bots --- .mergify.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.mergify.yml b/.mergify.yml index e8993ba..3e6df6c 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -138,7 +138,8 @@ pull_request_rules: - name: Welcome New Contributors conditions: - and: - - author!=dependabot + - author!=dependabot[bot] + - author!=mergify[bot] - author!=mrz1836 - author!=rohenaz - author!=icellan