Skip to content

Commit 815d1d2

Browse files
authored
Add 8.18 branch to backport and mergify configs (elastic#1664)
1 parent 3600ee5 commit 815d1d2

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

.backportrc.json

+1-1
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.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"],
4+
"targetBranchChoices": ["main", "8.x","8.18","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

+14
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.18 branch
46+
conditions:
47+
- merged
48+
- base=main
49+
- label=backport-8.18
50+
actions:
51+
backport:
52+
assignees:
53+
- "{{ author }}"
54+
branches:
55+
- "8.18"
56+
title: "[{{ destination_branch }}] {{ title }} (backport #{{ number }})"
57+
labels:
58+
- backport
4559
- name: backport patches to 8.17 branch
4660
conditions:
4761
- merged

0 commit comments

Comments
 (0)