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:
zeertzjq
2023-08-09 09:27:51 +08:00
committed by GitHub
parent fdb11888f5
commit 8afdc1f386

View File

@@ -14,6 +14,7 @@ jobs:
sync-labels: ""
type-scope:
needs: triage
runs-on: ubuntu-latest
permissions:
contents: write