Skip to content

Commit

Permalink
Adjusted labeler.yml to new v5 layout (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
oxisto authored Dec 9, 2023
1 parent 928c100 commit d3e8178
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,27 @@
"persistence":
- persistence/**/*
- changed-files:
- any-glob-to-any-file: "persistence/**/*"

"service/securities":
- service/securities/**/*
- changed-files:
- any-glob-to-any-file: "service/securities/**/*"

"service/portfolio":
- service/portfolio/**/*
- changed-files:
- any-glob-to-any-file: "service/portfolio/**/*"

"internal":
- "**/internal/**/*"
- changed-files:
- any-glob-to-any-file: "**/internal/**/*"

"finance":
- "finance/**/*"
- changed-files:
- any-glob-to-any-file: "finance/**/*"

"repl":
- "repl/**/*"
- changed-files:
- any-glob-to-any-file: "repl/**/*"

"ui":
- "ui/**/*"
- changed-files:
- any-glob-to-any-file: "ui/**/*"

0 comments on commit d3e8178

Please sign in to comment.