Skip to content

Commit

Permalink
[8.x] [8.17][Main] Update .mergify.yml (backport #5958) (#5961)
Browse files Browse the repository at this point in the history
* Update .mergify.yml (#5958)

Adds 8.17.0 to mergify and updates 8.16.

(cherry picked from commit a14abe6)

# Conflicts:
#	.mergify.yml

* Merge conflicts

---------

Co-authored-by: Janeen Mikell Roberts <57149392+jmikell821@users.noreply.github.com>
Co-authored-by: lcawl <lcawley@elastic.co>
  • Loading branch information
3 people authored Oct 18, 2024
1 parent 18bf9e5 commit 7a30364
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7a30364

Please sign in to comment.