mirror of
https://github.com/inventree/InvenTree.git
synced 2026-05-21 16:56:47 +00:00
Add workflow for backporting PRs (#4912)
* Add workflow for backporting PRs - Time saving for backporting bug fixes to stable branches - Apply to PRs before closing * Cleanup .json file
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"repoOwner": "Oliver Walters",
|
||||
"repoName": "InvenTree",
|
||||
"targetBranchChoices": [],
|
||||
"branchLabelMapping": {
|
||||
"^backport-to-(.+)$": "$1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user