Skip to content

Commit

Permalink
Use labeler v5 and common defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEWaite committed Dec 15, 2023
1 parent f297f70 commit f0e7771
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 13 deletions.
24 changes: 13 additions & 11 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
chore:
- .github/**/*
- .gitignore
- .mvn/*
- .settings/*
- .gitpod.yml
- Jenkinsfile
skip-changelog:
- changed-files:
- any-glob-to-any-file: [ '.gitattributes', '.github/**/*', '.gitignore', 'crowdin.yml', '.mvn/**/*' ]

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

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

tests:
- changed-files:
- any-glob-to-any-file: [ 'src/test/**/*' ]
4 changes: 2 additions & 2 deletions .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 }}"
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit f0e7771

Please sign in to comment.