diff --git a/.mergify.yml b/.mergify.yml index 86ba78acacbdd6..b03b19eb9627b0 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -2,14 +2,14 @@ commands_restrictions: backport: conditions: - or: - - sender-permission>=read - - sender=github-actions[bot] + - sender-permission>=read + - sender=github-actions[bot] rebase: conditions: - or: - - sender-permission>=read - - sender=github-actions[bot] + - sender-permission>=read + - sender=github-actions[bot] pull_request_rules: - name: assign PRs with the pr author @@ -17,13 +17,13 @@ pull_request_rules: - -merged actions: assign: - add_users: - - "{{author}}" + add_users: + - "{{ author }}" - name: close pr when conflict conditions: - label=conflicts actions: close: - message: - "@{{author}}: Backport conflict, please reslove the conflict and resubmit the pr" + message: "@{{author}}: Backport conflict, please reslove the conflict and resubmit the + pr"