Update actions/labeler action to v7 (#977)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2026-08-05 12:57:52 +08:00 committed by GitHub
parent 5b71ed5eae
commit b3ac16962d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,7 @@ jobs:
triage: triage:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/labeler@v6 - uses: actions/labeler@v7
# https://github.com/peaceiris/actions-label-commenter#work-with-other-auto-label-actions # https://github.com/peaceiris/actions-label-commenter#work-with-other-auto-label-actions
with: with:
repo-token: "${{ secrets.GH_PAT }}" repo-token: "${{ secrets.GH_PAT }}"