mirror of
https://github.com/saltstack/salt.git
synced 2025-04-07 04:51:38 +00:00
15 lines
368 B
JSON
15 lines
368 B
JSON
{
|
|
"repoOwner": "saltstack",
|
|
"repoName": "salt",
|
|
"targetBranchChoices": ["master", "3006.x", "3005.x", "freeze"],
|
|
"autoMerge": false,
|
|
"autoMergeMethod": "rebase",
|
|
"branchLabelMapping": {
|
|
"^backport:(.+)$": "$1"
|
|
},
|
|
"prTitle": "[BACKPORT] {commitMessages}",
|
|
"publishStatusCommentOnSuccess": true,
|
|
"sourcePRLabels": [
|
|
"backport:complete"
|
|
]
|
|
}
|