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:
github-actions[bot] 2023-12-22 20:05:34 +01:00 committed by GitHub
parent 56976381bb
commit 2db0ae5d7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 1 deletions

View File

@ -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