Skip to content

Commit

Permalink
Merge pull request #3404 from yurake/renovate/actions-labeler-5.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency actions/labeler to v5
  • Loading branch information
yurake authored Sep 15, 2024
2 parents 5338d84 + 5432a35 commit 8742913
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 14 deletions.
40 changes: 27 additions & 13 deletions .github/pr-labeler.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,37 @@
# Directory pattern
cicd:
- .github/**/*
- changed-files:
- any-glob-to-any-file: .github/**/*
docs:
- docs/**/*
- "**/*.md"
- changed-files:
- any-glob-to-any-file:
- docs/**/*
- "**/*.md"
github-action:
- .github/**/*
- changed-files:
- any-glob-to-any-file: .github/**/*
java:
- application/**/*
- "**/*.java"
- changed-files:
- any-glob-to-any-file:
- application/**/*
- "**/*.java"
javascript:
- application/**/*.js
- "**/*.js"
- changed-files:
- any-glob-to-any-file:
- application/**/*.js
- "**/*.js"
kubernetes:
- kubernetes/**/*
- changed-files:
- any-glob-to-any-file: kubernetes/**/*
quarkus:
- application/*-quarkus/*
- changed-files:
- any-glob-to-any-file: application/*-quarkus/*
docker:
- "**/Dockerfile"
- changed-files:
- any-glob-to-any-file: "**/Dockerfile"
kind:
- "**/kind-*"
- changed-files:
- any-glob-to-any-file: "**/kind-*"
minikube:
- "**/minikube-*"
- changed-files:
- any-glob-to-any-file: "**/minikube-*"
2 changes: 1 addition & 1 deletion .github/workflows/pr-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
pull-requests: write

steps:
- uses: actions/labeler@v4.3.0
- uses: actions/labeler@v5.0.0
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: .github/pr-labeler.yml

0 comments on commit 8742913

Please sign in to comment.