chore(NA): adds 8.16 into backportrc (#196606)

It adds 8.16 into the .backportrc config file
This commit is contained in:
Tiago Costa 2024-10-17 03:22:13 +01:00 committed by GitHub
parent 4b09db32f4
commit a91d63ced9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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