-
Notifications
You must be signed in to change notification settings - Fork 437
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update actions/labeler action to v5 (#730)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Mimi <[email protected]>
- Loading branch information
1 parent
c32066a
commit b5c0359
Showing
2 changed files
with
25 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/**/*' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters