diff --git a/.mergify.yml b/.mergify.yml index b4b8eff8af..3354fc01ed 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -9,7 +9,7 @@ pull_request_rules: conditions: - author=mergify[bot] - head~=^mergify/bp/ - - #status-failure=0 + - #status-failure=0 actions: label: add: @@ -22,3 +22,19 @@ pull_request_rules: backport: branches: - v0.16 + - name: v0.17 backport + conditions: + - base=master + - label=v0.17 + actions: + backport: + branches: + - v0.17 + - name: v0.18 backport + conditions: + - base=master + - label=v0.18 + actions: + backport: + branches: + - v0.18