Stop removing manually-added labels on Github PRs
Setting sync-labels to "true" means that it removes labels which people have added, but which aren't implied by the filelist.
This commit is contained in:
parent
d67ab41a39
commit
bb28f54e52
1 changed files with 1 additions and 1 deletions
2
.github/workflows/labeler.yml
vendored
2
.github/workflows/labeler.yml
vendored
|
@ -9,4 +9,4 @@ jobs:
|
|||
- uses: actions/labeler@main
|
||||
with:
|
||||
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
sync-labels: "true"
|
||||
sync-labels: "false"
|
||||
|
|
Loading…
Add table
Reference in a new issue