From 7a30364d9fb142d29884a37a60050f9b3f391d0e Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 14:03:28 -0400 Subject: [PATCH] [8.x] [8.17][Main] Update .mergify.yml (backport #5958) (#5961) * Update .mergify.yml (#5958) Adds 8.17.0 to mergify and updates 8.16. (cherry picked from commit a14abe67f9ef3b116cc88d014b7b3d38ba41860d) # Conflicts: # .mergify.yml * Merge conflicts --------- Co-authored-by: Janeen Mikell Roberts <57149392+jmikell821@users.noreply.github.com> Co-authored-by: lcawl --- .mergify.yml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/.mergify.yml b/.mergify.yml index 52352bba3c..d5b80f2a0d 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -13,6 +13,34 @@ pull_request_rules: git merge upstream/{{base}} git push upstream {{head}} ``` + - name: backport patches to 8.17 branch + conditions: + - merged + - base=main + - label=v8.17.0 + actions: + backport: + assignees: + - "{{ author }}" + branches: + - "8.x" + title: "[{{ destination_branch }}] {{ title }} (backport #{{ number }})" + labels: + - backport + - name: backport patches to 8.16 branch + conditions: + - merged + - base=main + - label=v8.16.0 + actions: + backport: + assignees: + - "{{ author }}" + branches: + - "8.16" + title: "[{{ destination_branch }}] {{ title }} (backport #{{ number }})" + labels: + - backport - name: backport patches to 8.15 branch conditions: - merged