Add release/v0.25.x branch to backporting flow (#1799)

This commit is contained in:
Evgeniy Scherbina 2023-12-21 15:23:59 -05:00 committed by GitHub
parent b170f3bdd5
commit f00727fe85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

10
.github/mergify.yml vendored
View File

@ -25,6 +25,7 @@ pull_request_rules:
- release/v0.21.x - release/v0.21.x
- release/v0.23.x - release/v0.23.x
- release/v0.24.x - release/v0.24.x
- release/v0.25.x
- name: Backport patches to the release/v0.17.x branch - name: Backport patches to the release/v0.17.x branch
conditions: conditions:
@ -79,3 +80,12 @@ pull_request_rules:
backport: backport:
branches: branches:
- release/v0.24.x - release/v0.24.x
- name: Backport patches to the release/v0.25.x branch
conditions:
- base=master
- label=A:backport/v0.25.x
actions:
backport:
branches:
- release/v0.25.x