chore: Migrate PR labeler config to v5 (#4258)
This commit is contained in:
commit
1611bd2fc4
1 changed files with 48 additions and 22 deletions
70
.github/labeler.yml
vendored
70
.github/labeler.yml
vendored
|
@ -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:
|
||||||
- Makefile
|
- changed-files:
|
||||||
- Dockerfile
|
- any-glob-to-any-file:
|
||||||
- docker-bake.hcl
|
- Makefile
|
||||||
- dockerfiles/**/*
|
- Dockerfile
|
||||||
|
- docker-bake.hcl
|
||||||
|
- dockerfiles/**
|
||||||
area/cache:
|
area/cache:
|
||||||
- registry/storage/cache
|
- changed-files:
|
||||||
|
- any-glob-to-any-file:
|
||||||
|
- registry/storage/cache/**
|
||||||
area/ci:
|
area/ci:
|
||||||
- .github/**/*
|
- changed-files:
|
||||||
- tests
|
- any-glob-to-any-file:
|
||||||
- testutil
|
- .github/**
|
||||||
|
- tests/**
|
||||||
|
- testutil/**
|
||||||
area/config:
|
area/config:
|
||||||
- configuration
|
- changed-files:
|
||||||
|
- any-glob-to-any-file:
|
||||||
|
- configuration/**
|
||||||
area/docs:
|
area/docs:
|
||||||
- README.md
|
- changed-files:
|
||||||
- docs/**/*.md
|
- any-glob-to-any-file:
|
||||||
|
- README.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:
|
||||||
- vendor/**/*
|
- changed-files:
|
||||||
- go.mod
|
- any-glob-to-any-file:
|
||||||
- go.sum
|
- vendor/**
|
||||||
|
- go.mod
|
||||||
|
- go.sum
|
||||||
|
|
Loading…
Reference in a new issue