diff --git a/.github/mergify.yml b/.github/mergify.yml index d5aff5da..cb73f169 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -25,6 +25,7 @@ pull_request_rules: - release/v0.21.x - release/v0.23.x - release/v0.24.x + - release/v0.25.x - name: Backport patches to the release/v0.17.x branch conditions: @@ -79,3 +80,12 @@ pull_request_rules: backport: branches: - 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