DEV: Update actions/labeler to v5 (#24835)
This commit is contained in:
parent
653073bb24
commit
5140caf0e4
|
@ -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/**/*
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue