CCF/.backportrc.json

19 строки
583 B
JSON

{
"repoOwner": "microsoft",
"repoName": "ccf",
"targetBranchChoices": ["release/2.x"],
"branchLabelMapping": {
"^(.+)-todo$": "release/$1"
},
"autoMerge": true,
"autoMergeMethod": "squash",
"prTitle": "[{targetBranch}] Cherry pick: {commitMessages}",
"prDescription": "Backports the following commits to `{targetBranch}`:\n{commitMessages}",
"sourcePRLabels": ["backported"],
"targetPRLabels": ["$1-backport"],
"autoAssign": false,
"publishStatusCommentOnSuccess": false,
"publishStatusCommentOnFailure": true,
"publishStatusCommentOnAbort": true
}