From f213efec7e00e63806bdbe02bf9dcf5114e242b4 Mon Sep 17 00:00:00 2001 From: Mihir Kandoi Date: Tue, 3 Mar 2026 21:36:12 +0530 Subject: [PATCH] fix: indentation --- .mergify.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.mergify.yml b/.mergify.yml index eefdfdf1a8c..c29511a243b 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -93,13 +93,13 @@ pull_request_rules: {{ body }} -- name: Auto-merge eligible backport PRs - conditions: - - author=mergify[bot] - - base~=^version-(15|16)-hotfix$ - - backport_of.label=automerge-backports - - check-success=* - actions: - merge: - method: squash - commit_message: title+body + - name: Auto-merge eligible backport PRs + conditions: + - author=mergify[bot] + - base~=^version-(15|16)-hotfix$ + - backport_of.label=automerge-backports + - check-success=* + actions: + merge: + method: squash + commit_message: title+body