Skip to content

Commit 1611bd2

Browse files
authored
chore: Migrate PR labeler config to v5 (distribution#4258)
2 parents 969bc4a + c78c156 commit 1611bd2

File tree

1 file changed

+48
-22
lines changed

1 file changed

+48
-22
lines changed

.github/labeler.yml

Lines changed: 48 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,61 @@
11
area/api:
2-
- registry/api
3-
- registry/handlers
2+
- changed-files:
3+
- any-glob-to-any-file:
4+
- registry/api/**
5+
- registry/handlers/**
46
area/auth:
5-
- registry/auth
7+
- changed-files:
8+
- any-glob-to-any-file:
9+
- registry/auth/**
610
area/build:
7-
- Makefile
8-
- Dockerfile
9-
- docker-bake.hcl
10-
- dockerfiles/**/*
11+
- changed-files:
12+
- any-glob-to-any-file:
13+
- Makefile
14+
- Dockerfile
15+
- docker-bake.hcl
16+
- dockerfiles/**
1117
area/cache:
12-
- registry/storage/cache
18+
- changed-files:
19+
- any-glob-to-any-file:
20+
- registry/storage/cache/**
1321
area/ci:
14-
- .github/**/*
15-
- tests
16-
- testutil
22+
- changed-files:
23+
- any-glob-to-any-file:
24+
- .github/**
25+
- tests/**
26+
- testutil/**
1727
area/config:
18-
- configuration
28+
- changed-files:
29+
- any-glob-to-any-file:
30+
- configuration/**
1931
area/docs:
20-
- README.md
21-
- docs/**/*.md
32+
- changed-files:
33+
- any-glob-to-any-file:
34+
- README.md
35+
- docs/**/*.md
2236
area/proxy:
23-
- registry/proxy
37+
- changed-files:
38+
- any-glob-to-any-file:
39+
- registry/proxy/**
2440
area/storage:
25-
- registry/storage
41+
- changed-files:
42+
- any-glob-to-any-file:
43+
- registry/storage/**
2644
area/storage/azure:
27-
- registry/storage/azure
45+
- changed-files:
46+
- any-glob-to-any-file:
47+
- registry/storage/driver/azure/**
2848
area/storage/gcs:
29-
- registry/storage/gcs
49+
- changed-files:
50+
- any-glob-to-any-file:
51+
- registry/storage/driver/gcs/**
3052
area/storage/s3:
31-
- registry/storage/s3-aws
53+
- changed-files:
54+
- any-glob-to-any-file:
55+
- registry/storage/driver/s3-aws/**
3256
dependencies:
33-
- vendor/**/*
34-
- go.mod
35-
- go.sum
57+
- changed-files:
58+
- any-glob-to-any-file:
59+
- vendor/**
60+
- go.mod
61+
- go.sum

0 commit comments

Comments
 (0)