Skip to content

Commit

Permalink
Merge pull request #12106 from fwcd/more-labels
Browse files Browse the repository at this point in the history
Labeler: Add more labels to the auto-labeler
  • Loading branch information
Swiftb0y committed Oct 14, 2023
2 parents 33d4d79 + 1f62609 commit 0c2faf0
Showing 1 changed file with 57 additions and 0 deletions.
57 changes: 57 additions & 0 deletions .github/labeler.yml
Expand Up @@ -4,6 +4,9 @@ build:
- build/**
- cmake/**

cmake:
- cmake/**

code quality:
- src/test/**
- .clang-format
Expand All @@ -16,14 +19,68 @@ code quality:
controllers:
- res/controllers/**

analyzer:
- src/analyzer/**

broadcast:
- src/broadcast/**

effects:
- src/effects/**

engine:
- src/engine/**

sync:
- src/engine/sync/**

library:
- src/library/**

autodj:
- src/library/autodj/**

browse:
- src/library/browse/**

itunes:
- src/library/itunes/**

rekordbox:
- src/library/rekordbox/**

scanner:
- src/library/scanner/**

search:
- src/library/searchquery*

serato:
- src/library/serato/**

packaging:
- packaging/**

preferences:
- src/preferences/**

skins:
- res/skins/**

soundio:
- src/soundio/**

soundsource:
- src/sources/soundsource*

ui:
- src/**.ui
- src/dialog/**
- src/preferences/**
- src/widget/**

vinylcontrol:
- src/vinylcontrol/**

waveform:
- src/waveform/**

0 comments on commit 0c2faf0

Please sign in to comment.