2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-19 13:35:40 +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:
Oliver
2023-05-28 18:55:06 +10:00
committed by GitHub
parent 0b4a06ae7e
commit 60f79a0a23
2 changed files with 43 additions and 0 deletions

8
backportrc.json Normal file
View File

@ -0,0 +1,8 @@
{
"repoOwner": "Oliver Walters",
"repoName": "InvenTree",
"targetBranchChoices": [],
"branchLabelMapping": {
"^backport-to-(.+)$": "$1"
}
}