forked from TrueCloudLab/distribution
ea02d9c42e
Whilst we had added labeles to GHA config, we forgot to add the actual action doing the labeling. Co-authored-by: CrazyMax <1951866+crazy-max@users.noreply.github.com> Signed-off-by: Milos Gajdos <milosthegajdos@gmail.com>
53 lines
658 B
YAML
53 lines
658 B
YAML
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/cache:
|
|
- registry/storage/cache
|
|
|
|
area/auth:
|
|
- registry/auth
|
|
|
|
area/proxy:
|
|
- registry/proxy
|
|
|
|
area/config:
|
|
- configuration
|
|
|
|
area/api:
|
|
- registry/api
|
|
- registry/handlers
|