ci: update backport bot templates (#2821)

### Description

Better integrations with release-please, using my action fork until
https://github.com/tibdex/backport/pull/109 is merged upstream.
This commit is contained in:
Jonas L 2023-12-22 19:54:11 +01:00 committed by GitHub
parent f252a16637
commit 3ab9067c3f
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: steps:
- uses: tibdex/backport@v2 - uses: jooola/backport@main
with: with:
github_token: ${{ secrets.GITHUB_TOKEN }} github_token: ${{ secrets.GITHUB_TOKEN }}
title_template: <%= title %> (<%= base %>)
body_template: |
Backport <%= mergeCommitSha %> from #<%= number %>.
BEGIN_COMMIT_OVERRIDE
<%= title %>
END_COMMIT_OVERRIDE