Skip to content

Commit

Permalink
chore: Sort entries
Browse files Browse the repository at this point in the history
Signed-off-by: erezrokah <erezrokah@users.noreply.github.com>
  • Loading branch information
erezrokah committed Jan 16, 2024
1 parent d2c5739 commit a626871
Showing 1 changed file with 22 additions and 34 deletions.
56 changes: 22 additions & 34 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,47 +1,35 @@
area/config:
- configuration

area/docs:
- README.md
- docs/**/*.md

area/api:
- registry/api
- registry/handlers
area/auth:
- registry/auth
area/build:
- Makefile
- Dockerfile
- docker-bake.hcl
- dockerfiles/**/*

area/cache:
- registry/storage/cache
area/ci:
- .github/**/*
- tests
- testutil

dependencies:
- vendor/**/*
- go.mod
- go.sum

area/config:
- configuration
area/docs:
- README.md
- docs/**/*.md
area/proxy:
- registry/proxy
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/api:
- registry/api
- registry/handlers
area/storage/gcs:
- registry/storage/gcs
area/storage/s3:
- registry/storage/s3-aws
dependencies:
- vendor/**/*
- go.mod
- go.sum

0 comments on commit a626871

Please sign in to comment.