From 732371f3e62c20116fab4e50195471c9f63cdb4b Mon Sep 17 00:00:00 2001 From: Ryu Sato Date: Sat, 17 Feb 2024 08:15:10 +0000 Subject: [PATCH] add config to approve PR whose owner is github-actions[bot] --- .mergify.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.mergify.yml b/.mergify.yml index 61ffbf8..72fd534 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -30,5 +30,8 @@ pull_request_rules: - label = "type/prepare-next-version" - label != flag/ci-fail actions: + review: + type: APPROVE + message: Automatically approving github-actions[bot] merge: method: merge