From 3ab9067c3f8a1eac4c18fa4a2a9f4b8c4bd825a8 Mon Sep 17 00:00:00 2001 From: Jonas L Date: Fri, 22 Dec 2023 19:54:11 +0100 Subject: [PATCH] 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. --- .github/workflows/backport.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index 3f97bfb3e..e10681613 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -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