feature/11-update_master_to_beta_release_commits #12

Merged
alexvanin merged 185 commits from r.loginov/distribution:feature/11-update_master_to_beta_release_commits into tcl/master 2024-08-19 12:13:20 +00:00
Showing only changes of commit 1611bd2fc4 - Show all commits

70
.github/labeler.yml vendored
View file

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