Skip to content

Commit

Permalink
Update backport.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Raruto authored Feb 1, 2024
1 parent 261025a commit 5ade146
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 5ade146

Please sign in to comment.