chore(backport): Automate all the things! (#4669)

This commit is contained in:
Pepe Fagoaga
2024-08-07 10:40:14 +02:00
committed by GitHub
parent 692ed760e0
commit 40a88e07d1
2 changed files with 40 additions and 0 deletions

14
.backportrc.json Normal file
View File

@@ -0,0 +1,14 @@
{
"repoOwner": "prowler-cloud",
"repoName": "prowler",
"targetPRLabels": [
"backport"
],
"sourcePRLabels": [
"was-backported"
],
"copySourcePRLabels": false,
"copySourcePRReviewers": true,
"prTitle": "chore(backport): {{commitMessages}} backport for {{targetBranch}}",
"commitConflicts": true
}