Skip to content

Commit 03641d2

Browse files
Merge branch 'main' into issue-5922-exec-type-field
2 parents 1afd051 + 0f9f545 commit 03641d2

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

.backportrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"upstream": "elastic/security-docs",
3-
"branches": ["8.x", "8.15", "8.14", "8.13", "8.12", "8.11", "8.10", "8.9", "8.8", "8.7", "8.6", "8.5", "8.4", "8.3", "8.2", "8.1", "8.0", "7.17", "7.16", "7.15", "7.14", "7.13", "7.12", "7.11", "7.10", "7.9", "7.8"],
3+
"branches": ["8.x", "8.16", "8.15", "8.14", "8.13", "8.12", "8.11", "8.10", "8.9", "8.8", "8.7", "8.6", "8.5", "8.4", "8.3", "8.2", "8.1", "8.0", "7.17", "7.16", "7.15", "7.14", "7.13", "7.12", "7.11", "7.10", "7.9", "7.8"],
44
"labels": ["backport"]
55
}

.mergify.yml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,20 @@ pull_request_rules:
1313
git merge upstream/{{base}}
1414
git push upstream {{head}}
1515
```
16+
- name: backport patches to 8.17 branch
17+
conditions:
18+
- merged
19+
- base=main
20+
- label=v8.17.0
21+
actions:
22+
backport:
23+
assignees:
24+
- "{{ author }}"
25+
branches:
26+
- "8.x"
27+
title: "[{{ destination_branch }}] {{ title }} (backport #{{ number }})"
28+
labels:
29+
- backport
1630
- name: backport patches to 8.16 branch
1731
conditions:
1832
- merged
@@ -23,7 +37,7 @@ pull_request_rules:
2337
assignees:
2438
- "{{ author }}"
2539
branches:
26-
- "8.x"
40+
- "8.16"
2741
title: "[{{ destination_branch }}] {{ title }} (backport #{{ number }})"
2842
labels:
2943
- backport

0 commit comments

Comments
 (0)