ci: auto merge backports (#54701)

* ci: auto merge backports

* ci: add github action to propogate auto-merge label

(cherry picked from commit 032a282f84)
This commit is contained in:
Mihir Kandoi
2026-05-02 22:41:39 +05:30
committed by Mergify
parent bbb4e79d0a
commit 49224cf243
2 changed files with 85 additions and 0 deletions

View File

@@ -92,3 +92,18 @@ pull_request_rules:
{{ title }} (#{{ number }})
{{ body }}
- name: Auto merge backports (safe)
conditions:
- label=auto-merge
- base~=^version-(15|16)-hotfix$
- -conflict
- status-success=Python Unit Tests (1)
- status-success=Python Unit Tests (2)
- status-success=Python Unit Tests (3)
- status-success=Python Unit Tests (4)
- status-success=linters
- status-success=semgrep
- status-success=Patch Test
actions:
merge:
method: squash