This commit is contained in:
Julien Maffre 2023-09-04 10:43:11 +01:00 коммит произвёл GitHub
Родитель 3143b30629
Коммит b6cfbe1d68
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -7,8 +7,8 @@
},
"autoMerge": true,
"autoMergeMethod": "squash",
"prTitle": "[{targetBranch}] Cherry pick: {commitMessages}",
"prDescription": "Backports the following commits to `{targetBranch}`:\n{commitMessages}",
"prTitle": "[{{targetBranch}}] Cherry pick: {{commitMessages}}",
"prDescription": "Backports the following commits to `{{targetBranch}}`:\n{{commitMessages}}",
"sourcePRLabels": ["backported"],
"targetPRLabels": ["$1-backport"],
"autoAssign": false,