mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
chore(NA): add missing branches into backportrc configuration file (#79848)
* chore(NA): add missing branches into backportrc configuration file * chore(NA): fix extra line for defined regexs
This commit is contained in:
parent
8c54b39708
commit
4bd58ca260
1 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
|||
"targetBranchChoices": [
|
||||
{ "name": "master", "checked": true },
|
||||
{ "name": "7.x", "checked": true },
|
||||
"7.10",
|
||||
"7.9",
|
||||
"7.8",
|
||||
"7.7",
|
||||
|
@ -27,7 +28,7 @@
|
|||
"targetPRLabels": ["backport"],
|
||||
"branchLabelMapping": {
|
||||
"^v8.0.0$": "master",
|
||||
"^v7.10.0$": "7.x",
|
||||
"^v7.11.0$": "7.x",
|
||||
"^v(\\d+).(\\d+).\\d+$": "$1.$2"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue