diff --git a/.mergify.yml b/.mergify.yml index 8935a4f..68e05d4 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -32,3 +32,11 @@ pull_request_rules: backport: branches: - release/v1.x.x-polaris + - name: backport patches to v2.x.x branch + conditions: + - base=main + - label=backport/v2.x.x + actions: + backport: + branches: + - release/v2.x.x \ No newline at end of file