Skip to content

Commit

Permalink
Use common defaults for labeler v5
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEWaite committed Dec 14, 2023
1 parent 472a078 commit a754899
Showing 1 changed file with 10 additions and 18 deletions.
28 changes: 10 additions & 18 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,15 @@
chore:
- eclipse-formatter.xml
- .gitattributes
- .github/**/*
- .gitignore
- Jenkinsfile
- Makefile
- maven.env
- .mvn/**/*
- .vscode/**/*
skip-changelog:
- changed-files:
- any-glob-to-any-file: [ '.gitattributes', '.github/**/*', '.gitignore', 'crowdin.yml', '.mvn/**/*' ]

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

documentation:
- CONTRIBUTING.md
- README.md
- LICENSE.txt
- docs/**/*
- src/main/**/*.html
- changed-files:
- any-glob-to-any-file: [ '*.adoc', '*.md', '*.txt', '**/*.html', '**/*.png', 'LICENSE*' ]

test:
- src/test/**/*
tests:
- changed-files:
- any-glob-to-any-file: [ 'src/test/**/*' ]

0 comments on commit a754899

Please sign in to comment.