ci: update backport bot templates (stable) (#2823)
Backport 3ab9067c3f
from #2821.
BEGIN_COMMIT_OVERRIDE
ci: update backport bot templates
END_COMMIT_OVERRIDE
Co-authored-by: Jonas L <jooola@users.noreply.github.com>
This commit is contained in:
parent
56976381bb
commit
2db0ae5d7a
|
@ -22,6 +22,13 @@ jobs:
|
|||
)
|
||||
)
|
||||
steps:
|
||||
- uses: tibdex/backport@v2
|
||||
- uses: jooola/backport@main
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
title_template: <%= title %> (<%= base %>)
|
||||
body_template: |
|
||||
Backport <%= mergeCommitSha %> from #<%= number %>.
|
||||
|
||||
BEGIN_COMMIT_OVERRIDE
|
||||
<%= title %>
|
||||
END_COMMIT_OVERRIDE
|
||||
|
|
Loading…
Reference in New Issue