Skip to content

Commit

Permalink
Update labeler.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rjmurillo authored Jun 21, 2024
1 parent 926c048 commit c67a7ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ dependencies:

# Add '.NET' label to any change to a '.cs' file under Moq.Analyzers
.NET
- 'Source/Moq.Analyzers/**/*.cs'
- 'src/Moq.Analyzers/**/*.cs'

# Add 'documentation' label to any change within the 'docs' directory or any '.md' file
documentation:
- docs/**/*
- '**/*.md'
- '**/*.md'

0 comments on commit c67a7ed

Please sign in to comment.