diff options
author | dundargoc <gocdundar@gmail.com> | 2024-05-17 22:35:46 +0200 |
---|---|---|
committer | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2024-05-17 22:46:20 +0200 |
commit | 512d228111bccf3e52613c798edc7f803c1de13f (patch) | |
tree | 67fac4d6969d68a4614747b237707406a1e1d17d | |
parent | 4c0d18c19773327dcd771d1da7805690e3e41255 (diff) | |
download | rneovim-512d228111bccf3e52613c798edc7f803c1de13f.tar.gz rneovim-512d228111bccf3e52613c798edc7f803c1de13f.tar.bz2 rneovim-512d228111bccf3e52613c798edc7f803c1de13f.zip |
ci: change label `backport` to `target:release`
`backport` is too similar `ci:backport release-x.y` and causes
confusion.
-rw-r--r-- | .github/workflows/backport.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index 4b53793aa7..9fbe837106 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -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'] }) |