2022-05-31 17:40:42 +03:00
|
|
|
{
|
|
|
|
"repoOwner": "microsoft",
|
|
|
|
"repoName": "ccf",
|
2023-06-15 16:34:48 +03:00
|
|
|
"targetBranchChoices": ["release/3.x", "release/4.x"],
|
2022-05-31 17:40:42 +03:00
|
|
|
"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}}",
|
2022-05-31 17:40:42 +03:00
|
|
|
"sourcePRLabels": ["backported"],
|
2022-06-21 13:07:06 +03:00
|
|
|
"targetPRLabels": ["$1-backport"],
|
2022-06-06 15:52:31 +03:00
|
|
|
"autoAssign": false,
|
|
|
|
"publishStatusCommentOnSuccess": false,
|
|
|
|
"publishStatusCommentOnFailure": true,
|
|
|
|
"publishStatusCommentOnAbort": true
|
2022-05-31 17:40:42 +03:00
|
|
|
}
|