CI: Work around a labeler bug that removes labels
This commit is contained in:
parent
cec47daa8c
commit
ffe3e3c4e1
2
.github/workflows/label.yml
vendored
2
.github/workflows/label.yml
vendored
@ -24,3 +24,5 @@ jobs:
|
||||
- uses: actions/labeler@v4
|
||||
with:
|
||||
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
# Workaround for actions/labeler#112
|
||||
sync-labels: ''
|
||||
|
||||
Loading…
Reference in New Issue
Block a user