From 2db0ae5d7afcb02528089583533b0ddf3d900611 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 22 Dec 2023 20:05:34 +0100 Subject: [PATCH] ci: update backport bot templates (stable) (#2823) Backport 3ab9067c3f8a1eac4c18fa4a2a9f4b8c4bd825a8 from #2821. BEGIN_COMMIT_OVERRIDE ci: update backport bot templates END_COMMIT_OVERRIDE Co-authored-by: Jonas L --- .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