diff --git a/.github/mergify.yml b/.github/mergify.yml index 83b6f2d771c..5d1dca08360 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -26,7 +26,7 @@ pull_request_rules: backport: branches: - release/v1.1.x - - name: backport patches to v1.2x branch + - name: backport patches to v1.2.x branch conditions: - base=main - label=backport-to-v1.2.x @@ -34,6 +34,14 @@ pull_request_rules: backport: branches: - release/v1.2.x + - name: backport patches to v1.3.x branch + conditions: + - base=main + - label=backport-to-v1.3.x + actions: + backport: + branches: + - release/v1.3.x - name: backport patches to v2.0.x branch conditions: - base=main @@ -42,6 +50,14 @@ pull_request_rules: backport: branches: - release/v2.0.x + - name: backport patches to v2.1.x branch + conditions: + - base=main + - label=backport-to-v2.1.x + actions: + backport: + branches: + - release/v2.1.x - name: backport patches to v3.0.x branch conditions: - base=main @@ -49,4 +65,4 @@ pull_request_rules: actions: backport: branches: - - release/v3.0.x \ No newline at end of file + - release/v3.0.x