Skip to content

Commit

Permalink
Fix backport config
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-vieira committed Dec 17, 2024
1 parent a55f1e5 commit 5e9de7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .backportrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"targetPRLabels" : [ "backport" ],
"branchLabelMapping" : {
"^v9.0.0$" : "main",
"^v8.18.0$" : "8.x",
"^v8.17.1$" : "8.x",
"^v(\\d+).(\\d+).\\d+(?:-(?:alpha|beta|rc)\\d+)?$" : "$1.$2"
}
}
}

0 comments on commit 5e9de7b

Please sign in to comment.