ci: change backport action title (#14270)

Co-authored-by: Christian Haudum <christian.haudum@gmail.com>
pull/14290/head
Trevor Whitney 1 year ago committed by GitHub
parent e59035e173
commit d7c0f2bfc1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .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}})"

Loading…
Cancel
Save