ci: mention "backport" in PR title #39040

This doesn't affect the merged commit(s), only the PR title.
This commit is contained in:
Justin M. Keyes
2026-04-14 06:27:27 -04:00
committed by GitHub
parent d77808ec59
commit e70cb6b1d8

View File

@@ -28,7 +28,7 @@ jobs:
id: backport
uses: korthout/backport-action@3c06f323a58619da1e8522229ebc8d5de2633e46 # v4.3.0
with:
pull_title: "${pull_title}"
pull_title: "backport: ${pull_title}"
label_pattern: "^ci:backport ([^ ]+)$"
github_token: ${{ steps.app-token.outputs.token }}