[Git] Use main version of labeler
This commit is contained in:
parent
1e19039b9a
commit
5a0fbe7705
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue