mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
60f79a0a23
* Add workflow for backporting PRs - Time saving for backporting bug fixes to stable branches - Apply to PRs before closing * Cleanup .json file
9 lines
154 B
JSON
9 lines
154 B
JSON
{
|
|
"repoOwner": "Oliver Walters",
|
|
"repoName": "InvenTree",
|
|
"targetBranchChoices": [],
|
|
"branchLabelMapping": {
|
|
"^backport-to-(.+)$": "$1"
|
|
}
|
|
}
|