From 2aaf78e17052ad477edb6f82cff1f204fa49d63e Mon Sep 17 00:00:00 2001 From: Paul Meyer <49727155+katexochen@users.noreply.github.com> Date: Fri, 9 Feb 2024 14:14:09 +0100 Subject: [PATCH] switch action Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com> --- .github/workflows/backport.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index a71bf11ba3..ae2753f819 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -27,9 +27,18 @@ jobs: uses: korthout/backport-action@e8161d6a0dbfa2651b7daa76cbb75bc7c925bbf3 # v2.4.1 with: copy_milestone: true + copy_labels_pattern: 'changelog' pull_title: '[${target_branch}] ${pull_title}' github_token: ${{ secrets.NUNKI_CI_COMMIT_PUSH_PR }} experimental: | { "detect_merge_method": true } + pull_description: | + Backport of #${pull_number} to `${target_branch}`. + + Original description: + + --- + + ${pull_description}