neovim

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

commit 8afdc1f3867a620c8235b3d3964b019b94657190
parent fdb11888f5506fc110247efe789ebe429b3deaaf
Author: zeertzjq <zeertzjq@outlook.com>
Date:   Wed,  9 Aug 2023 09:27:51 +0800

ci(labeler): run "type-scope" after "triage"

Problem:    When "triage" job is run after "type-scope" job, it may
            remove labels added by the "type-scope" job.
Solution:   Run "type-scope" job after "triage" job.
Diffstat:
M.github/workflows/labeler.yml | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml @@ -14,6 +14,7 @@ jobs: sync-labels: "" type-scope: + needs: triage runs-on: ubuntu-latest permissions: contents: write