Skip to content

Commit

Permalink
Fix backport pipeline (#5610)
Browse files Browse the repository at this point in the history
  • Loading branch information
jumaffre authored Sep 4, 2023
1 parent 3143b30 commit b6cfbe1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .backportrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit b6cfbe1

Please sign in to comment.