[Github] Workaround a GH action bug causing manually added labels to be removed (#65395)

Fixes https://github.com/llvm/llvm-project/issues/65345
This commit is contained in:
cor3ntin 2023-09-05 20:46:41 +02:00 committed by GitHub
parent 4c676d5265
commit c144086997
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,4 +13,5 @@ jobs:
- uses: actions/labeler@v4
with:
configuration-path: .github/new-prs-labeler.yml
sync-labels: false
# workaround for https://github.com/actions/labeler/issues/112
sync-labels: ''