This commit is contained in:
tangxifan 2023-12-05 17:53:22 -08:00
parent ce4f7d0719
commit 95703fd9e6
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,8 @@ jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
- uses: action/checkoutv4 # Upload repositoru content to the runner
- uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: ".github/labeler.yml"