From d7c0f2bfc136155bbdde79fe481ebddee4e84023 Mon Sep 17 00:00:00 2001 From: Trevor Whitney Date: Mon, 30 Sep 2024 10:09:10 -0600 Subject: [PATCH] ci: change backport action title (#14270) Co-authored-by: Christian Haudum --- .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 241d662251..fbdc3e8a65 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -31,4 +31,4 @@ jobs: metricsWriteAPIKey: ${{secrets.GRAFANA_MISC_STATS_API_KEY}} token: ${{ steps.get_github_app_token.outputs.token }} labelsToAdd: "backport" - title: "chore: [{{base}}] {{originalTitle}}" + title: "{{originalTitle}} (backport {{base}})"