distribution/.github/labeler.yml
Erez Rokah 45cea887eb
chore: Remove duplicate area/ci entry in PR labeler
Signed-off-by: Erez Rokah <erezrokah@users.noreply.github.com>
2024-01-16 15:07:19 +02:00

50 lines
631 B
YAML

area/config:
- charts/registry/config/**/*
area/docs:
- README.md
- docs/**/*.md
area/build:
- Makefile
- Dockerfile
- docker-bake.hcl
- dockerfiles/**/*
area/ci:
- .github/**/*
- tests
- testutil
dependencies:
- vendor/**/*
- go.mod
- go.sum
area/storage:
- registry/storage
area/storage/s3:
- registry/storage/s3-aws
area/storage/gcs:
- registry/storage/gcs
area/storage/azure:
- registry/storage/azure
area/cache:
- registry/storage/cache
area/auth:
- registry/auth
area/proxy:
- registry/proxy
area/config:
- configuration
area/api:
- registry/api
- registry/handlers