DEV: Update actions/labeler to v5 (#24835)

This commit is contained in:
Jarek Radosz 2023-12-12 02:27:58 +01:00 committed by GitHub
parent 653073bb24
commit 5140caf0e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 3 deletions

6
.github/labeler.yml vendored
View File

@ -1,5 +1,7 @@
chat:
- plugins/chat/**/*
- changed_files:
- any-glob-to-any-file: plugins/chat/**/*
migration:
- migrations/**/*
- changed_files:
- any-glob-to-any-file: migrations/**/*

View File

@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
- uses: actions/labeler@v5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
sync-labels: true