Skip to content

Commit

Permalink
Use PR labeler v5 and common defaults (#1534)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEWaite authored Dec 14, 2023
1 parent adfdc91 commit cc0accc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
14 changes: 9 additions & 5 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
skip-changelog:
- any: [ '.github/**/*', '.gitignore', 'Jenkinsfile', '.mvn/**/*', '.sonarcloud.properties' ]
- changed-files:
- any-glob-to-any-file: [ '.gitattributes', '.github/**/*', '.gitignore', 'crowdin.yml', '.mvn/**/*' ]

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

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

test:
- any: [ ' src/test/**/*' ]
tests:
- changed-files:
- any-glob-to-any-file: [ 'src/test/**/*' ]
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
- uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit cc0accc

Please sign in to comment.