Skip to content

Commit 95e66cd

Browse files
committed
Add backport bot configuration
1 parent 77f89a0 commit 95e66cd

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.backportrc.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"upstream": "elastic/elasticsearch-java",
3+
"targetBranchChoices": [
4+
"master",
5+
"8.0",
6+
"7.17",
7+
"7.16"
8+
],
9+
"targetPRLabels": ["backport"],
10+
"branchLabelMapping": {
11+
"^v8.1.0$": "master",
12+
"^v(\\d+).(\\d+).\\d+(?:-(?:alpha|beta|rc)\\d+)?$": "$1.$2"
13+
}
14+
}

0 commit comments

Comments
 (0)