Skip to content

Commit

Permalink
update labeler config for v5 (#20)
Browse files Browse the repository at this point in the history
Signed-off-by: Anurag <anurag.kumar@syself.com>
Co-authored-by: Matej Feder <feder.mato@gmail.com>
  • Loading branch information
kranurag7 and matofeder authored Dec 19, 2023
1 parent 88b12a6 commit 6ff54f2
Showing 1 changed file with 15 additions and 9 deletions.
24 changes: 15 additions & 9 deletions .github/labeler.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,22 @@
---
area/code:
- "controllers/**/*"
- "pkg/**/*"
- changed-files:
- any-glob-to-any-file: "controllers/**/*"
- any-glob-to-any-file: "pkg/**/*"
area/api:
- "api/**/*"
- "config/crd/**/*"
- changed-files:
- any-glob-to-any-file: "api/**/*"
- any-glob-to-any-file: "config/crd/**/*"
area/github:
- ".github/**/*"
- changed-files:
- any-glob-to-any-file: ".github/**/*"
area/hack:
- "hack/**/*"
- "Makefile"
- changed-files:
- any-glob-to-any-file: "hack/**/*"
- any-glob-to-any-file: "Makefile"
area/test:
- "test/**/*"
- changed-files:
- any-glob-to-any-file: "test/**/*"
area/templates:
- "templates/**/*"
- changed-files:
- any-glob-to-any-file: "templates/**/*"

0 comments on commit 6ff54f2

Please sign in to comment.