ci: change label backport to target:release

`backport` is too similar `ci:backport release-x.y` and causes
confusion.
This commit is contained in:
dundargoc
2024-05-17 22:35:46 +02:00
committed by dundargoc
parent ea6b2b78bd
commit 9a2760a01f

View File

@@ -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']
})