[Git] Use main version of labeler

This commit is contained in:
tangxifan 2020-12-14 13:40:40 -07:00
parent 1e19039b9a
commit 5a0fbe7705
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@v3
- uses: actions/labeler@main
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: ".github/labeler.yml"