Skip to content

Commit

Permalink
refactor(workflow): update label list for labeler (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
JarKz authored Dec 13, 2024
1 parent 9fbe317 commit 79532b0
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,17 @@ Backend:
- changed-files:
- any-glob-to-any-file: 'crates/backend/**'

Render:
- changed-files:
- any-glob-to-any-file: 'crates/render/**'

Config:
- changed-files:
- any-glob-to-any-file: 'crates/config/**'

Macro:
Macros:
- changed-files:
- any-glob-to-any-file: 'crates/macro/**'
- any-glob-to-any-file: 'crates/macros/**'

DBus:
- changed-files:
Expand All @@ -22,6 +26,14 @@ Client:
- changed-files:
- any-glob-to-any-file: 'crates/client/**'

Filetype:
- changed-files:
- any-glob-to-any-file: 'crates/filetype/**'

Shared:
- changed-files:
- any-glob-to-any-file: 'crates/shared/**'

Documentation:
- changed-files:
- any-glob-to-any-file: 'docs/**'

0 comments on commit 79532b0

Please sign in to comment.