DEV: Update labeler for migration related code
This activates the `sync-labels` flag which causes the removal of labels when matching files are reverted or no longer changed by the PR.
This commit is contained in:
parent
e16537fa9f
commit
0907c0deb7
|
@ -1,2 +1,5 @@
|
|||
chat:
|
||||
- plugins/chat/**/*
|
||||
|
||||
migration:
|
||||
- migrations/**/*
|
||||
|
|
|
@ -15,3 +15,4 @@ jobs:
|
|||
- uses: actions/labeler@v4
|
||||
with:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
sync-labels: true
|
||||
|
|
Loading…
Reference in New Issue