Update labeler to v5 that includes fix where bot doesn't remove labels added by maintainers. (#15558)

This commit is contained in:
Abhishek Radhakrishnan 2023-12-14 12:10:26 -05:00 committed by GitHub
parent feeb4f0fb0
commit 7fa987dae9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -32,6 +32,6 @@ jobs:
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
- uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"