forked from elastic/kibana
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.backportrc.json
62 lines (62 loc) · 909 Bytes
/
.backportrc.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"repoOwner": "elastic",
"repoName": "kibana",
"targetBranchChoices": [
"main",
"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",
"7.7",
"7.6",
"7.5",
"7.4",
"7.3",
"7.2",
"7.1",
"7.0",
"6.8",
"6.7",
"6.6",
"6.5",
"6.4",
"6.3",
"6.2",
"6.1",
"6.0",
"5.6"
],
"targetPRLabels": [
"backport"
],
"branchLabelMapping": {
"^v8.16.0$": "main",
"^v(\\d+).(\\d+).\\d+$": "$1.$2"
},
"autoMerge": true,
"autoMergeMethod": "squash",
"backportBinary": "node scripts/backport",
"prDescription": "{defaultPrDescription}\n\n<!--BACKPORT {commits} BACKPORT-->"
}