mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 08:57:10 -06: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:
|
chat:
|
||||||
- plugins/chat/**/*
|
- changed_files:
|
||||||
|
- any-glob-to-any-file: plugins/chat/**/*
|
||||||
|
|
||||||
migration:
|
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
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/labeler@v4
|
- uses: actions/labeler@v5
|
||||||
with:
|
with:
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
sync-labels: true
|
sync-labels: true
|
||||||
|
Loading…
Reference in New Issue
Block a user