feat: add PR labeler
This is an initial commit to kickstart a conversation about how we want the new PRs to be labeled. TBC. Signed-off-by: Milos Gajdos <milosthegajdos@gmail.com>
This commit is contained in:
parent
c5a887217e
commit
e96fce1703
1 changed files with 50 additions and 0 deletions
50
.github/labeler.yml
vendored
Normal file
50
.github/labeler.yml
vendored
Normal file
|
@ -0,0 +1,50 @@
|
||||||
|
area/ci:
|
||||||
|
- .github/**/*
|
||||||
|
|
||||||
|
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/auth:
|
||||||
|
- registry/auth
|
||||||
|
|
||||||
|
area/proxy:
|
||||||
|
- registry/proxy
|
||||||
|
|
||||||
|
area/config:
|
||||||
|
- configuration
|
||||||
|
|
||||||
|
area/api:
|
||||||
|
- registry/api
|
||||||
|
- registry/handlers
|
Loading…
Reference in a new issue