Skip to content

Commit

Permalink
Merge pull request #50 from Okabe-Junya/renovate/actions-labeler-5.x
Browse files Browse the repository at this point in the history
chore(deps): update actions/labeler action to v5
  • Loading branch information
Okabe-Junya authored Feb 14, 2024
2 parents c2f8b34 + 7fb9d18 commit 9b63f50
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 15 deletions.
21 changes: 7 additions & 14 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,10 @@
test:
- "src/*.test.ts"
- "src/**/*.test.ts"
- "src/*.spec.ts"
- "src/**/*.spec.ts"
- changed-files:
- any-glob-to-any-file:
- "src/**/*.test.ts"
- "src/*.spec.ts"
- "src/**/*.spec.ts"

documentation:
- "**/*.md"
- "**/*.txt"

dependencies:
- "**/package.json"
- "**/yarn.lock"

infrastructure:
- "**/Dockerfile"
- "**/compose.yml"
- changed-files:
- any-glob-to-any-file: ["**/*.md", "**/*.txt"]
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ jobs:
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
- uses: actions/labeler@v5

0 comments on commit 9b63f50

Please sign in to comment.