mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 13:41:31 +08:00
DEV: Update actions/labeler to v5 (#24835)
This commit is contained in:
parent
653073bb24
commit
5140caf0e4
6
.github/labeler.yml
vendored
6
.github/labeler.yml
vendored
|
@ -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/**/*
|
||||
|
|
2
.github/workflows/labeler.yml
vendored
2
.github/workflows/labeler.yml
vendored
|
@ -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
Block a user