Skip to content

Commit

Permalink
[backportrc] Adds 7.12 branch and bumps 7.x (#91883)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianseeders authored Feb 18, 2021
1 parent 386afdc commit 47b2c12
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .backportrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"targetBranchChoices": [
{ "name": "master", "checked": true },
{ "name": "7.x", "checked": true },
"7.12",
"7.11",
"7.10",
"7.9",
Expand All @@ -29,7 +30,7 @@
"targetPRLabels": ["backport"],
"branchLabelMapping": {
"^v8.0.0$": "master",
"^v7.12.0$": "7.x",
"^v7.13.0$": "7.x",
"^v(\\d+).(\\d+).\\d+$": "$1.$2"
},
"autoMerge": true,
Expand Down

0 comments on commit 47b2c12

Please sign in to comment.