From dc1557bef3122d12c142055d0719e9304a3c8328 Mon Sep 17 00:00:00 2001 From: Thomas von Deyen Date: Tue, 15 Aug 2023 14:27:15 +0200 Subject: [PATCH] Use our backport fork To fix cherry picking of merge commits See https://github.com/tibdex/backport/pull/105 --- .github/workflows/backport.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index 393667dbc4..bc8deed4a2 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -22,7 +22,7 @@ jobs: ) ) steps: - - uses: tibdex/backport@v2 + - uses: AlchemyCMS/backport@fix-cherry-pick-of-merge-commits with: github_token: ${{ secrets.GITHUB_TOKEN }} title_template: "[<%= base %>] <%= title %>"