Skip to content

Commit

Permalink
Merge branch 'dev' into issue_391
Browse files Browse the repository at this point in the history
  • Loading branch information
Raruto authored Feb 1, 2024
2 parents 49359d8 + 5ade146 commit ba45be9
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 @@ -25,7 +25,7 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
body_template: "Backport <%= mergeCommitSha %> from #<%= number %> to <%= base %>.\n\n<%= body %>"
label_pattern: "^backport (?<base>([^ ]+))$"
label_pattern: "^backport to (?<base>([^ ]+))$"
# Include the original labels from the merged PR (minus any matching label_pattern)
labels_template: "<% print(JSON.stringify(labels)) %>"
title_template: "🔙 from #<%= number %> - <%= title %>"

0 comments on commit ba45be9

Please sign in to comment.