Skip to content

Commit

Permalink
Update labeler.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pomianowski authored Mar 13, 2024
1 parent 060e928 commit 9762061
Showing 1 changed file with 22 additions and 11 deletions.
33 changes: 22 additions & 11 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
PR:
- "*"

dotnet:
- '**/*.cs'

github_actions:
- ".github/workflows/*"

Expand All @@ -10,20 +13,28 @@ documentation:
update:
- "src/Directory.Build.props"

controls:
- "src/Wpf.Ui/Controls/*"

styles:
- "src/Wpf.Ui/Styles/*"

icons:
- "src/Wpf.Ui/Fonts/FluentSystemIcons-Filled.ttf"
- "src/Wpf.Ui/Fonts/FluentSystemIcons-Regular.ttf"

dependencies:
- "src/Packages.props"
- "branding/package.json"
- "src/Packages.props"

NuGet:
- "src/Packages.props"


styles:
- 'src/Wpf.Ui/**/*.xaml'

themes:
- "src/Wpf.Ui/Appearance/*"

tray:
- "src/Wpf.Ui.Tray/*"

controls:
- "src/Wpf.Ui/Controls/*"

icons:
- "src/Wpf.Ui/Resources/Fonts/*"

navigation:
- "src/Wpf.Ui/Controls/NavigationView/*"

0 comments on commit 9762061

Please sign in to comment.