Skip to content

Commit

Permalink
Update labeler.yml indentation
Browse files Browse the repository at this point in the history
Update based on examples at https://github.com/actions/labeler/tree/v4
  • Loading branch information
rjmurillo authored Jun 21, 2024
1 parent c67a7ed commit 391b3ee
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Add 'build' label to any change in the 'build' directory
build:
- build/**/*
- build/**/*

# Add 'dependencies' label to any change in one of the packages files
dependencies:
- build/**/Packages.props
- Directory.Packages.props
- build/**/Packages.props
- Directory.Packages.props

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

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

0 comments on commit 391b3ee

Please sign in to comment.