diff --git a/.mergify.yml b/.mergify.yml index bcc4c6da1b9a..372495a3a729 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -9,14 +9,14 @@ pull_request_rules: method: squash strict: true commit_message: title+body - - name: backport patches to v0.43.x branch + - name: backport patches to v0.44.x branch conditions: - base=master - - label=backport/0.43.x + - label=backport/0.44.x actions: backport: branches: - - release/v0.43.x + - release/v0.44.x - name: backport patches to v0.42.x branch conditions: - base=master @@ -25,11 +25,3 @@ pull_request_rules: backport: branches: - release/v0.42.x - - name: backport patches to v0.39.x branch - conditions: - - base=master - - label=backport/0.39.x (Launchpad) - actions: - backport: - branches: - - launchpad/backports