Skip to content

Commit

Permalink
Merge pull request #1997 from heiko-braun/backport_bot
Browse files Browse the repository at this point in the history
Added backportrc.json to enable CLI workflows
  • Loading branch information
FabianKramm authored Jul 30, 2024
2 parents 786879c + 2c187df commit 8e2d13c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .backportrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"repoOwner": "loft-sh",
"repoName": "vcluster",
"targetBranchChoices": ["v0.19", "v0.20"],
"branchLabelMapping": {
"^backport-to-(.+)$": "$1"
}
}

0 comments on commit 8e2d13c

Please sign in to comment.