chore(NA): adds 8.17 into backportrc (#201065)

It adds 8.17 into the .backportrc config file
This commit is contained in:
Tiago Costa 2024-11-21 06:05:29 +00:00 committed by GitHub
parent 7b66da40f1
commit f64a7135fa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,6 +4,7 @@
"targetBranchChoices": [ "targetBranchChoices": [
"main", "main",
"8.x", "8.x",
"8.17",
"8.16", "8.16",
"8.15", "8.15",
"8.14", "8.14",
@ -55,7 +56,7 @@
], ],
"branchLabelMapping": { "branchLabelMapping": {
"^v9.0.0$": "main", "^v9.0.0$": "main",
"^v8.17.0$": "8.x", "^v8.18.0$": "8.x",
"^v(\\d+).(\\d+).\\d+$": "$1.$2" "^v(\\d+).(\\d+).\\d+$": "$1.$2"
}, },
"autoMerge": true, "autoMerge": true,