Update labeler.yml to use v4 version. Since v5 introduces breaking changes, which takes time to adapt

This commit is contained in:
tangxifan 2023-12-05 10:56:27 -08:00 committed by GitHub
parent 2568b9bc09
commit ce4f7d0719
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@main
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: ".github/labeler.yml"