mirror of
https://github.com/prowler-cloud/prowler.git
synced 2025-12-19 05:17:47 +00:00
15 lines
285 B
JSON
15 lines
285 B
JSON
{
|
|
"repoOwner": "prowler-cloud",
|
|
"repoName": "prowler",
|
|
"targetPRLabels": [
|
|
"backport"
|
|
],
|
|
"sourcePRLabels": [
|
|
"was-backported"
|
|
],
|
|
"copySourcePRLabels": false,
|
|
"copySourcePRReviewers": true,
|
|
"prTitle": "{{sourcePullRequest.title}}",
|
|
"commitConflicts": true
|
|
}
|