mirror of
https://github.com/neovim/neovim.git
synced 2026-05-24 05:40:08 +00:00
ci: mention "backport" in PR title #39040
This doesn't affect the merged commit(s), only the PR title.
This commit is contained in:
2
.github/workflows/backport.yml
vendored
2
.github/workflows/backport.yml
vendored
@@ -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 }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user