Skip to content

Commit b5c0359

Browse files
Update actions/labeler action to v5 (#730)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Mimi <1119186082@qq.com>
1 parent c32066a commit b5c0359

File tree

2 files changed

+25
-9
lines changed

2 files changed

+25
-9
lines changed

β€Ž.github/labeler.yml

Lines changed: 24 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,26 @@
11
# Configuration for labeler - https://github.com/actions/labeler
22

3-
πŸ“¦ Dependencies: package.json
4-
Configurations: _config.yml
5-
CSS: source/css/**/*
6-
πŸ“– Docs: docs/**/*
7-
Layout: layout/**/*
8-
🌍 i18n: languages/**/*
9-
Actions: .github/workflows/**/*
10-
πŸ”Œ 3rd Party Plugin: '**/*third-party/**/*'
3+
πŸ“¦ Dependencies:
4+
- changed-files:
5+
- any-glob-to-any-file: package.json
6+
Configurations:
7+
- changed-files:
8+
- any-glob-to-any-file: _config.yml
9+
CSS:
10+
- changed-files:
11+
- any-glob-to-any-file: source/css/**/*
12+
πŸ“– Docs:
13+
- changed-files:
14+
- any-glob-to-any-file: docs/**/*
15+
Layout:
16+
- changed-files:
17+
- any-glob-to-any-file: layout/**/*
18+
🌍 i18n:
19+
- changed-files:
20+
- any-glob-to-any-file: languages/**/*
21+
Actions:
22+
- changed-files:
23+
- any-glob-to-any-file: .github/workflows/**/*
24+
πŸ”Œ 3rd Party Plugin:
25+
- changed-files:
26+
- any-glob-to-any-file: '**/*third-party/**/*'

β€Ž.github/workflows/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
triage:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/labeler@v4
10+
- uses: actions/labeler@v5
1111
# https://github.com/peaceiris/actions-label-commenter#work-with-other-auto-label-actions
1212
with:
1313
repo-token: "${{ secrets.GH_PAT }}"

0 commit comments

Comments
Β (0)