Skip to content
This repository was archived by the owner on Dec 16, 2025. It is now read-only.

Commit 6ff54f2

Browse files
kranurag7matofeder
andauthored
update labeler config for v5 (#20)
Signed-off-by: Anurag <[email protected]> Co-authored-by: Matej Feder <[email protected]>
1 parent 88b12a6 commit 6ff54f2

File tree

1 file changed

+15
-9
lines changed

1 file changed

+15
-9
lines changed

.github/labeler.yaml

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,22 @@
11
---
22
area/code:
3-
- "controllers/**/*"
4-
- "pkg/**/*"
3+
- changed-files:
4+
- any-glob-to-any-file: "controllers/**/*"
5+
- any-glob-to-any-file: "pkg/**/*"
56
area/api:
6-
- "api/**/*"
7-
- "config/crd/**/*"
7+
- changed-files:
8+
- any-glob-to-any-file: "api/**/*"
9+
- any-glob-to-any-file: "config/crd/**/*"
810
area/github:
9-
- ".github/**/*"
11+
- changed-files:
12+
- any-glob-to-any-file: ".github/**/*"
1013
area/hack:
11-
- "hack/**/*"
12-
- "Makefile"
14+
- changed-files:
15+
- any-glob-to-any-file: "hack/**/*"
16+
- any-glob-to-any-file: "Makefile"
1317
area/test:
14-
- "test/**/*"
18+
- changed-files:
19+
- any-glob-to-any-file: "test/**/*"
1520
area/templates:
16-
- "templates/**/*"
21+
- changed-files:
22+
- any-glob-to-any-file: "templates/**/*"

0 commit comments

Comments
 (0)