From 3d39eb7db699a109df50d2faea63c3be6c0be458 Mon Sep 17 00:00:00 2001 From: Sergio Garcia <38561120+sergargar@users.noreply.github.com> Date: Wed, 7 Aug 2024 10:59:47 -0400 Subject: [PATCH] chore(backport): update backport PR title (#4686) Co-authored-by: Pepe Fagoaga --- .backportrc.json | 2 +- .github/workflows/pull-request.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.backportrc.json b/.backportrc.json index 80fbf346ee..47a7e33bff 100644 --- a/.backportrc.json +++ b/.backportrc.json @@ -9,6 +9,6 @@ ], "copySourcePRLabels": false, "copySourcePRReviewers": true, - "prTitle": "chore(backport): {{commitMessages}} backport for {{targetBranch}}", + "prTitle": "{{sourcePullRequest.title}}", "commitConflicts": true } diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 819506b116..fffdc4d3b7 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -31,6 +31,7 @@ jobs: docs/** permissions/** mkdocs.yml + .backportrc.json - name: Install poetry if: steps.are-non-ignored-files-changed.outputs.any_changed == 'true' run: |