Skip to content

Commit

Permalink
Update actions/labeler action to v5 (#730)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Mimi <[email protected]>
  • Loading branch information
renovate[bot] and stevenjoezhang authored Dec 6, 2023
1 parent c32066a commit b5c0359
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 9 deletions.
32 changes: 24 additions & 8 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,26 @@
# Configuration for labeler - https://github.com/actions/labeler

πŸ“¦ Dependencies: package.json
Configurations: _config.yml
CSS: source/css/**/*
πŸ“– Docs: docs/**/*
Layout: layout/**/*
🌍 i18n: languages/**/*
Actions: .github/workflows/**/*
πŸ”Œ 3rd Party Plugin: '**/*third-party/**/*'
πŸ“¦ Dependencies:
- changed-files:
- any-glob-to-any-file: package.json
Configurations:
- changed-files:
- any-glob-to-any-file: _config.yml
CSS:
- changed-files:
- any-glob-to-any-file: source/css/**/*
πŸ“– Docs:
- changed-files:
- any-glob-to-any-file: docs/**/*
Layout:
- changed-files:
- any-glob-to-any-file: layout/**/*
🌍 i18n:
- changed-files:
- any-glob-to-any-file: languages/**/*
Actions:
- changed-files:
- any-glob-to-any-file: .github/workflows/**/*
πŸ”Œ 3rd Party Plugin:
- changed-files:
- any-glob-to-any-file: '**/*third-party/**/*'
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
- uses: actions/labeler@v5
# https://github.com/peaceiris/actions-label-commenter#work-with-other-auto-label-actions
with:
repo-token: "${{ secrets.GH_PAT }}"

0 comments on commit b5c0359

Please sign in to comment.