Skip to content

Commit c144086

Browse files
authored
[Github] Workaround a GH action bug causing manually added labels to be removed (llvm#65395)
Fixes llvm#65345
1 parent 4c676d5 commit c144086

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/new-prs.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ jobs:
1313
- uses: actions/labeler@v4
1414
with:
1515
configuration-path: .github/new-prs-labeler.yml
16-
sync-labels: false
16+
# workaround for https://github.com/actions/labeler/issues/112
17+
sync-labels: ''

0 commit comments

Comments
 (0)