chore: Remove area/config
duplicate entry in labeler.yml
(#4257)
This commit is contained in:
commit
969bc4a125
1 changed files with 22 additions and 37 deletions
59
.github/labeler.yml
vendored
59
.github/labeler.yml
vendored
|
@ -1,50 +1,35 @@
|
||||||
area/config:
|
area/api:
|
||||||
- charts/registry/config/**/*
|
- registry/api
|
||||||
|
- registry/handlers
|
||||||
area/docs:
|
area/auth:
|
||||||
- README.md
|
- registry/auth
|
||||||
- docs/**/*.md
|
|
||||||
|
|
||||||
area/build:
|
area/build:
|
||||||
- Makefile
|
- Makefile
|
||||||
- Dockerfile
|
- Dockerfile
|
||||||
- docker-bake.hcl
|
- docker-bake.hcl
|
||||||
- dockerfiles/**/*
|
- dockerfiles/**/*
|
||||||
|
area/cache:
|
||||||
|
- registry/storage/cache
|
||||||
area/ci:
|
area/ci:
|
||||||
- .github/**/*
|
- .github/**/*
|
||||||
- tests
|
- tests
|
||||||
- testutil
|
- testutil
|
||||||
|
area/config:
|
||||||
|
- configuration
|
||||||
|
area/docs:
|
||||||
|
- README.md
|
||||||
|
- docs/**/*.md
|
||||||
|
area/proxy:
|
||||||
|
- registry/proxy
|
||||||
|
area/storage:
|
||||||
|
- registry/storage
|
||||||
|
area/storage/azure:
|
||||||
|
- registry/storage/azure
|
||||||
|
area/storage/gcs:
|
||||||
|
- registry/storage/gcs
|
||||||
|
area/storage/s3:
|
||||||
|
- registry/storage/s3-aws
|
||||||
dependencies:
|
dependencies:
|
||||||
- vendor/**/*
|
- vendor/**/*
|
||||||
- go.mod
|
- go.mod
|
||||||
- go.sum
|
- 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
|
|
||||||
|
|
Loading…
Reference in a new issue