Skip to content

Commit a626871

Browse files
committed
chore: Sort entries
Signed-off-by: erezrokah <[email protected]>
1 parent d2c5739 commit a626871

File tree

1 file changed

+22
-34
lines changed

1 file changed

+22
-34
lines changed

.github/labeler.yml

Lines changed: 22 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,35 @@
1-
area/config:
2-
- configuration
3-
4-
area/docs:
5-
- README.md
6-
- docs/**/*.md
7-
1+
area/api:
2+
- registry/api
3+
- registry/handlers
4+
area/auth:
5+
- registry/auth
86
area/build:
97
- Makefile
108
- Dockerfile
119
- docker-bake.hcl
1210
- dockerfiles/**/*
13-
11+
area/cache:
12+
- registry/storage/cache
1413
area/ci:
1514
- .github/**/*
1615
- tests
1716
- testutil
18-
19-
dependencies:
20-
- vendor/**/*
21-
- go.mod
22-
- go.sum
23-
17+
area/config:
18+
- configuration
19+
area/docs:
20+
- README.md
21+
- docs/**/*.md
22+
area/proxy:
23+
- registry/proxy
2424
area/storage:
2525
- registry/storage
26-
27-
area/storage/s3:
28-
- registry/storage/s3-aws
29-
30-
area/storage/gcs:
31-
- registry/storage/gcs
32-
3326
area/storage/azure:
3427
- registry/storage/azure
35-
36-
area/cache:
37-
- registry/storage/cache
38-
39-
area/auth:
40-
- registry/auth
41-
42-
area/proxy:
43-
- registry/proxy
44-
45-
area/api:
46-
- registry/api
47-
- registry/handlers
28+
area/storage/gcs:
29+
- registry/storage/gcs
30+
area/storage/s3:
31+
- registry/storage/s3-aws
32+
dependencies:
33+
- vendor/**/*
34+
- go.mod
35+
- go.sum

0 commit comments

Comments
 (0)