Skip to content

Commit

Permalink
feat(github-action)!: Update actions/labeler action to v5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robodexo2000[bot] authored and ajgon committed Dec 4, 2023
1 parent 9090dc8 commit b0f3697
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
12 changes: 5 additions & 7 deletions .github/labeler.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
---
# yaml-language-server: disabled
area/github:
- ".github/**/*"
area/kubernetes:
- "kubernetes/**/*"
area/hack:
- "hack/**/*"
area/tofu:
- "tofu/**/*"
- changed-files:
- any-glob-to-any-file: .github/**/*
area/apps:
- changed-files:
- any-glob-to-any-file: apps/**/*
2 changes: 1 addition & 1 deletion .github/workflows/meta-labeler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
private_key: "${{ secrets.BOT_APP_PRIVATE_KEY }}"

- name: Labeler
uses: actions/labeler@ac9175f8a1f3625fd0d4fb234536d26811351594 # v4.3.0
uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0
with:
configuration-path: .github/labeler.yaml
repo-token: "${{ steps.generate-token.outputs.token }}"
Expand Down

0 comments on commit b0f3697

Please sign in to comment.