Skip to content

Commit

Permalink
Merge pull request #162 from Bindambc/Bindambc-patch-2
Browse files Browse the repository at this point in the history
Update labeler.yml
  • Loading branch information
Bindambc authored Jan 26, 2024
2 parents 8b40f95 + 29b3d59 commit e19182f
Showing 1 changed file with 18 additions and 6 deletions.
24 changes: 18 additions & 6 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,25 @@
tests:
- src/test/**/*
- changed-files:
- any-glob-to-any-file: 'src/test/**/*'

java:
- '**/*.java'
- changed-files:
- any-glob-to-any-file: '**/*.java'

documentation:
- '**/*.md'
- changed-files:
- any-glob-to-any-file: '**/*.md'

markdown:
- '**/*.md'
- changed-files:
- any-glob-to-any-file: '**/*.md'

github-actions:
- .github/**/*
- changed-files:
- any-glob-to-any-file: '.github/**/*'

dependencies:
- pom.xml
- changed-files:
- any-glob-to-any-file: 'pom.xml'


0 comments on commit e19182f

Please sign in to comment.