mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
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:
2
.github/workflows/labeler.yml
vendored
2
.github/workflows/labeler.yml
vendored
@@ -15,4 +15,4 @@ jobs:
|
||||
- name: Labels
|
||||
uses: actions/labeler@v6
|
||||
with:
|
||||
sync-labels: true
|
||||
sync-labels: false
|
||||
|
||||
Reference in New Issue
Block a user