Skip to content

Commit 64b1b77

Browse files
committed
Add 8.17 branch to backport and mergify configs
1 parent 0749fee commit 64b1b77

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

.backportrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"repoOwner": "elastic",
33
"repoName": "ingest-docs",
4-
"targetBranchChoices": ["main", "8.x","8.16","8.15","8.14","8.13","8.12", "8.11", "8.10", "8.9", "8.8", "8.7", "8.6", "7.17"],
4+
"targetBranchChoices": ["main", "8.x","8.17","8.16","8.15","8.14","8.13","8.12", "8.11", "8.10", "8.9", "8.8", "8.7", "8.6", "7.17"],
55
"autoMerge": true,
66
"autoMergeMethod": "squash",
77
"branchLabelMapping": {

.mergify.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,20 @@ pull_request_rules:
4242
title: "[{{ destination_branch }}] {{ title }} (backport #{{ number }})"
4343
labels:
4444
- backport
45+
- name: backport patches to 8.17 branch
46+
conditions:
47+
- merged
48+
- base=main
49+
- label=backport-8.17
50+
actions:
51+
backport:
52+
assignees:
53+
- "{{ author }}"
54+
branches:
55+
- "8.17"
56+
title: "[{{ destination_branch }}] {{ title }} (backport #{{ number }})"
57+
labels:
58+
- backport
4559
- name: backport patches to 8.16 branch
4660
conditions:
4761
- merged

0 commit comments

Comments
 (0)