Files
moby/.github/workflows/labeler.yml
Paweł Gronowski b1e57881c3 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>
2025-10-13 15:27:07 +02:00

19 lines
292 B
YAML

name: "Labeler"
on:
pull_request_target:
permissions:
contents: read
jobs:
labeler:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: Labels
uses: actions/labeler@v6
with:
sync-labels: false