mirror of
https://github.com/neovim/neovim
synced 2025-07-16 01:01:49 +00:00
ci: change label backport
to target:release
`backport` is too similar `ci:backport release-x.y` and causes confusion.
This commit is contained in:
2
.github/workflows/backport.yml
vendored
2
.github/workflows/backport.yml
vendored
@ -32,5 +32,5 @@ jobs:
|
||||
issue_number: ${{steps.backport.outputs.created_pull_numbers}},
|
||||
owner: context.repo.owner,
|
||||
repo: context.repo.repo,
|
||||
labels: ['backport']
|
||||
labels: ['target:release']
|
||||
})
|
||||
|
Reference in New Issue
Block a user