Update labeler.yml
Signed-off-by: Erez Rokah <erezrokah@users.noreply.github.com>
This commit is contained in:
parent
65c6a6d377
commit
c78c156139
1 changed files with 14 additions and 14 deletions
28
.github/labeler.yml
vendored
28
.github/labeler.yml
vendored
|
@ -2,32 +2,32 @@ area/api:
|
||||||
- changed-files:
|
- changed-files:
|
||||||
- any-glob-to-any-file:
|
- any-glob-to-any-file:
|
||||||
- registry/api/**
|
- registry/api/**
|
||||||
- registry/handlers/**/*
|
- registry/handlers/**
|
||||||
area/auth:
|
area/auth:
|
||||||
- changed-files:
|
- changed-files:
|
||||||
- any-glob-to-any-file:
|
- any-glob-to-any-file:
|
||||||
- registry/auth/**/*
|
- registry/auth/**
|
||||||
area/build:
|
area/build:
|
||||||
- changed-files:
|
- changed-files:
|
||||||
- any-glob-to-any-file:
|
- any-glob-to-any-file:
|
||||||
- Makefile
|
- Makefile
|
||||||
- Dockerfile
|
- Dockerfile
|
||||||
- docker-bake.hcl
|
- docker-bake.hcl
|
||||||
- dockerfiles/**/*
|
- dockerfiles/**
|
||||||
area/cache:
|
area/cache:
|
||||||
- changed-files:
|
- changed-files:
|
||||||
- any-glob-to-any-file:
|
- any-glob-to-any-file:
|
||||||
- registry/storage/cache/**/*
|
- registry/storage/cache/**
|
||||||
area/ci:
|
area/ci:
|
||||||
- changed-files:
|
- changed-files:
|
||||||
- any-glob-to-any-file:
|
- any-glob-to-any-file:
|
||||||
- .github/**/*
|
- .github/**
|
||||||
- tests/**/*
|
- tests/**
|
||||||
- testutil/**/*
|
- testutil/**
|
||||||
area/config:
|
area/config:
|
||||||
- changed-files:
|
- changed-files:
|
||||||
- any-glob-to-any-file:
|
- any-glob-to-any-file:
|
||||||
- configuration/**/*
|
- configuration/**
|
||||||
area/docs:
|
area/docs:
|
||||||
- changed-files:
|
- changed-files:
|
||||||
- any-glob-to-any-file:
|
- any-glob-to-any-file:
|
||||||
|
@ -36,26 +36,26 @@ area/docs:
|
||||||
area/proxy:
|
area/proxy:
|
||||||
- changed-files:
|
- changed-files:
|
||||||
- any-glob-to-any-file:
|
- any-glob-to-any-file:
|
||||||
- registry/proxy/**/*
|
- registry/proxy/**
|
||||||
area/storage:
|
area/storage:
|
||||||
- changed-files:
|
- changed-files:
|
||||||
- any-glob-to-any-file:
|
- any-glob-to-any-file:
|
||||||
- registry/storage/**/*
|
- registry/storage/**
|
||||||
area/storage/azure:
|
area/storage/azure:
|
||||||
- changed-files:
|
- changed-files:
|
||||||
- any-glob-to-any-file:
|
- any-glob-to-any-file:
|
||||||
- registry/storage/driver/azure/**/*
|
- registry/storage/driver/azure/**
|
||||||
area/storage/gcs:
|
area/storage/gcs:
|
||||||
- changed-files:
|
- changed-files:
|
||||||
- any-glob-to-any-file:
|
- any-glob-to-any-file:
|
||||||
- registry/storage/driver/gcs/**/*
|
- registry/storage/driver/gcs/**
|
||||||
area/storage/s3:
|
area/storage/s3:
|
||||||
- changed-files:
|
- changed-files:
|
||||||
- any-glob-to-any-file:
|
- any-glob-to-any-file:
|
||||||
- registry/storage/driver/s3-aws/**/*
|
- registry/storage/driver/s3-aws/**
|
||||||
dependencies:
|
dependencies:
|
||||||
- changed-files:
|
- changed-files:
|
||||||
- any-glob-to-any-file:
|
- any-glob-to-any-file:
|
||||||
- vendor/**/*
|
- vendor/**
|
||||||
- go.mod
|
- go.mod
|
||||||
- go.sum
|
- go.sum
|
||||||
|
|
Loading…
Reference in a new issue