From 3810d413427f461e0305f601fc3dff9a10e6fcb6 Mon Sep 17 00:00:00 2001 From: andyziye <108652123+andyziye@users.noreply.github.com> Date: Mon, 23 Oct 2023 21:34:57 +0800 Subject: [PATCH] [Tool] Mergify: configuration update to allow comment from github-actions (#33491) --- .mergify.yml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/.mergify.yml b/.mergify.yml index daf0cd3eb67..86ba78acacb 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -1,8 +1,20 @@ +commands_restrictions: + backport: + conditions: + - or: + - sender-permission>=read + - sender=github-actions[bot] + + rebase: + conditions: + - or: + - sender-permission>=read + - sender=github-actions[bot] + pull_request_rules: - name: assign PRs with the pr author conditions: - -merged - actions: assign: add_users: