Skip to content

Commit

Permalink
Update labeler.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenjoezhang committed Dec 6, 2023
1 parent f2d2ec1 commit 4110f30
Showing 1 changed file with 24 additions and 8 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/**/*'

0 comments on commit 4110f30

Please sign in to comment.