Skip to content

Commit

Permalink
chore: bumped actions/labeler to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
kvanzuijlen committed Dec 10, 2023
1 parent 49dc6fb commit 856f8fb
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 9 deletions.
26 changes: 18 additions & 8 deletions .github/labeler.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,26 @@
github-actions:
- '.github/**'
- '.goreleaser.yaml'
- changed-files:
- any-glob-to-any-file:
- '.github/**'
- '.goreleaser.yaml'

dependencies:
- 'go.mod'
- 'go.sum'
dependencies:
- changed-files:
- any-glob-to-any-file:
- 'go.mod'
- 'go.sum'

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

legal:
- 'LICENSE'
- changed-files:
- any-glob-to-any-file:
- 'LICENSE'

tests:
- '**/*_test.go'
- changed-files:
- any-glob-to-any-file:
- '**/*_test.go'
2 changes: 1 addition & 1 deletion .github/workflows/triage-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
- uses: actions/labeler@v5
with:
configuration-path: .github/labeler.yaml

0 comments on commit 856f8fb

Please sign in to comment.