mirror of
https://github.com/neovim/neovim.git
synced 2026-05-01 19:45:02 +00:00
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.
This commit is contained in:
1
.github/workflows/labeler.yml
vendored
1
.github/workflows/labeler.yml
vendored
@@ -14,6 +14,7 @@ jobs:
|
||||
sync-labels: ""
|
||||
|
||||
type-scope:
|
||||
needs: triage
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
Reference in New Issue
Block a user