mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 18:55:14 -07: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:
parent
fdb11888f5
commit
8afdc1f386
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
|
||||
|
Loading…
Reference in New Issue
Block a user