Tweak mergify.yml for 4.2.x

This commit is contained in:
Michael Klishin 2025-09-02 03:48:15 -04:00
parent 232d96840a
commit c791e518e1
No known key found for this signature in database
GPG Key ID: 16AB14D00D613900
1 changed files with 1 additions and 6 deletions

7
.github/mergify.yml vendored
View File

@ -10,9 +10,6 @@ pull_request_rules:
conditions:
- base=main
- label=backport-v4.2.x
- label!=backport-v4.1.x
- label!=backport-v4.0.x
- label!=backport-v3.13.x
actions:
backport:
branches:
@ -21,10 +18,8 @@ pull_request_rules:
- "{{ author }}"
- name: Automatically backport to v4.1.x based on label
conditions:
- base=main
- base=v4.2.x
- label=backport-v4.1.x
- label!=backport-v4.0.x
- label!=backport-v3.13.x
actions:
backport:
branches: