From 86f12bc89cd61d16ea352dd550c940848a766f3e Mon Sep 17 00:00:00 2001 From: steviez Date: Tue, 14 Jun 2022 00:10:21 -0500 Subject: [PATCH] Add github-actions bot to approved commit author list (#25927) --- .mergify.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.mergify.yml b/.mergify.yml index faa3dc8255..493726f65e 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -9,6 +9,7 @@ pull_request_rules: - author≠@core-contributors - author≠mergify[bot] - author≠dependabot[bot] + - author≠github-actions[bot] actions: label: add: @@ -18,6 +19,7 @@ pull_request_rules: - author≠@core-contributors - author≠mergify[bot] - author≠dependabot[bot] + - author≠github-actions[bot] # Only request reviews from the pr subscribers group if no one # has reviewed the community PR yet. These checks only match # reviewers with admin, write or maintain permission on the repository.