Skip to content

Commit

Permalink
Merge pull request #2562 from tvdeyen/fix-backport-labels-template
Browse files Browse the repository at this point in the history
Fix format of labels_template
  • Loading branch information
tvdeyen authored Aug 15, 2023
2 parents 7b2ab17 + bda304c commit e77eafd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
title_template: "[<%= base %>] <%= title %>"
labels_template: "<%= labels %>"
labels_template: "[<%= labels %>]"

0 comments on commit e77eafd

Please sign in to comment.