neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit 512d228111bccf3e52613c798edc7f803c1de13f
parent 4c0d18c19773327dcd771d1da7805690e3e41255
Author: dundargoc <gocdundar@gmail.com>
Date:   Fri, 17 May 2024 22:35:46 +0200

ci: change label `backport` to `target:release`

`backport` is too similar `ci:backport release-x.y` and causes
confusion.

Diffstat:
M.github/workflows/backport.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

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