gha/labeler: disable sync-labels to preserve human-added labels

The sync-labels option was causing the labeler action to remove labels
that were manually added by humans.

Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
This commit is contained in:
Paweł Gronowski
2025-10-13 15:27:07 +02:00
parent e4ad61fcdf
commit b1e57881c3

View File

@@ -15,4 +15,4 @@ jobs:
- name: Labels
uses: actions/labeler@v6
with:
sync-labels: true
sync-labels: false