CCF/.backportrc.json

19 строки
606 B
JSON
Исходник Обычный вид История

{
"repoOwner": "microsoft",
"repoName": "ccf",
"targetBranchChoices": ["release/3.x", "release/4.x"],
"branchLabelMapping": {
"^(.+)-todo$": "release/$1"
},
"autoMerge": true,
"autoMergeMethod": "squash",
2023-09-04 12:43:11 +03:00
"prTitle": "[{{targetBranch}}] Cherry pick: {{commitMessages}}",
"prDescription": "Backports the following commits to `{{targetBranch}}`:\n{{commitMessages}}",
"sourcePRLabels": ["backported"],
"targetPRLabels": ["$1-backport"],
2022-06-06 15:52:31 +03:00
"autoAssign": false,
"publishStatusCommentOnSuccess": false,
"publishStatusCommentOnFailure": true,
"publishStatusCommentOnAbort": true
}