From 2e87b640a9ae139ae021a2cfc120ab6082235bcc Mon Sep 17 00:00:00 2001 From: Stefan Arentz Date: Tue, 15 Dec 2020 12:05:43 -0500 Subject: [PATCH] Change the expected author for automated PRs to MickeyMoz (#17048) --- .mergify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mergify.yml b/.mergify.yml index 73ec94942e..db300d3f59 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -32,7 +32,7 @@ pull_request_rules: - name: Release automation conditions: - base~=releases/.* - - author=st3fan + - author=github-actions[bot] - status-success=pr-complete - files~=(AndroidComponents.kt) actions: