Skip to content

Commit fb484d1

Browse files
committed
Update main branch name in backport config
1 parent 95e66cd commit fb484d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.backportrc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"upstream": "elastic/elasticsearch-java",
33
"targetBranchChoices": [
4-
"master",
4+
"main",
55
"8.0",
66
"7.17",
77
"7.16"
88
],
99
"targetPRLabels": ["backport"],
1010
"branchLabelMapping": {
11-
"^v8.1.0$": "master",
11+
"^v8.1.0$": "main",
1212
"^v(\\d+).(\\d+).\\d+(?:-(?:alpha|beta|rc)\\d+)?$": "$1.$2"
1313
}
1414
}

0 commit comments

Comments
 (0)