chore: Migrate PR labeler config to v5

Signed-off-by: erezrokah <erezrokah@users.noreply.github.com>
This commit is contained in:
erezrokah 2024-01-16 15:22:02 +00:00
parent 969bc4a125
commit b1d1be8e87
No known key found for this signature in database
GPG key ID: EA610DCA9B4C557B

50
.github/labeler.yml vendored
View file

@ -1,35 +1,61 @@
area/api: area/api:
- registry/api - changed-files:
- registry/handlers - any-glob-to-any-file:
- registry/api/**/*
- registry/handlers/**/*
area/auth: area/auth:
- registry/auth - changed-files:
- any-glob-to-any-file:
- registry/auth/**/*
area/build: area/build:
- changed-files:
- any-glob-to-any-file:
- Makefile - Makefile
- Dockerfile - Dockerfile
- docker-bake.hcl - docker-bake.hcl
- dockerfiles/**/* - dockerfiles/**/*
area/cache: area/cache:
- registry/storage/cache - changed-files:
- any-glob-to-any-file:
- registry/storage/cache/**/*
area/ci: area/ci:
- changed-files:
- any-glob-to-any-file:
- .github/**/* - .github/**/*
- tests - tests/**/*
- testutil - testutil/**/*
area/config: area/config:
- configuration - changed-files:
- any-glob-to-any-file:
- configuration/**/*
area/docs: area/docs:
- changed-files:
- any-glob-to-any-file:
- README.md - README.md
- docs/**/*.md - docs/**/*.md
area/proxy: area/proxy:
- registry/proxy - changed-files:
- any-glob-to-any-file:
- registry/proxy/**/*
area/storage: area/storage:
- registry/storage - changed-files:
- any-glob-to-any-file:
- registry/storage/**/*
area/storage/azure: area/storage/azure:
- registry/storage/azure - changed-files:
- any-glob-to-any-file:
- registry/storage/driver/azure/**/*
area/storage/gcs: area/storage/gcs:
- registry/storage/gcs - changed-files:
- any-glob-to-any-file:
- registry/storage/driver/gcs/**/*
area/storage/s3: area/storage/s3:
- registry/storage/s3-aws - changed-files:
- any-glob-to-any-file:
- registry/storage/driver/s3-aws/**/*
dependencies: dependencies:
- changed-files:
- any-glob-to-any-file:
- vendor/**/* - vendor/**/*
- go.mod - go.mod
- go.sum - go.sum