mirror of
https://github.com/saltstack/salt.git
synced 2025-04-15 09:10:20 +00:00

Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
(cherry picked from commit 99cb7c0e08
)
15 lines
358 B
JSON
15 lines
358 B
JSON
{
|
|
"repoOwner": "saltstack",
|
|
"repoName": "salt",
|
|
"targetBranchChoices": ["master", "3006.x", "3005.x"],
|
|
"autoMerge": false,
|
|
"autoMergeMethod": "rebase",
|
|
"branchLabelMapping": {
|
|
"^backport:(.+)$": "$1"
|
|
},
|
|
"prTitle": "[BACKPORT] {commitMessages}",
|
|
"publishStatusCommentOnSuccess": true,
|
|
"sourcePRLabels": [
|
|
"backport:complete"
|
|
]
|
|
}
|