Skip to content

Commit 696b9f7

Browse files
authored
Add 8.13 branch to backport and mergify configs (#920)
1 parent 576dd32 commit 696b9f7

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.12", "8.11", "8.10", "8.9", "8.8", "8.7", "8.6", "7.17"],
4+
"targetBranchChoices": ["main", "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
@@ -15,6 +15,20 @@ pull_request_rules:
1515
git merge <remote-repo>/{{base}}
1616
git push <remote-repo> {{head}}
1717
```
18+
- name: backport patches to 8.13 branch
19+
conditions:
20+
- merged
21+
- base=main
22+
- label=backport-8.13
23+
actions:
24+
backport:
25+
assignees:
26+
- "{{ author }}"
27+
branches:
28+
- "8.13"
29+
title: "[{{ destination_branch }}] {{ title }} (backport #{{ number }})"
30+
labels:
31+
- backport
1832
- name: backport patches to 8.12 branch
1933
conditions:
2034
- merged

0 commit comments

Comments
 (0)