Commit 11de5b5
fix: prevent auto-labeler from removing manual labels
Change sync-labels from true to false in PR labeler workflow.
This prevents the GitHub Actions labeler from removing manually
added labels like "breaking" when they don't match the automatic
labeling rules.
With sync-labels: true, the action removes any labels not matched
by the configuration. With sync-labels: false, it only adds labels
based on patterns and preserves manually added labels.
Co-Authored-By: Claude Opus 4.5 <[email protected]>1 parent 2c6dcb9 commit 11de5b5
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
0 commit comments