Update labeler configuration to include new rules for React Native, PNG, PDF packages, tests, and website documentation, enhancing automation for file management and organization.
This commit is contained in:
parent
a6497147f7
commit
1616de976d
|
|
@ -80,3 +80,36 @@
|
|||
- any-glob-to-any-file:
|
||||
- 'packages/icons-sprite/*'
|
||||
|
||||
# For React Native package
|
||||
🔗 react-native package:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- 'packages/icons-react-native/*'
|
||||
|
||||
# For PNG package
|
||||
🔗 png package:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- 'packages/icons-png/*'
|
||||
|
||||
# For PDF package
|
||||
🔗 pdf package:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- 'packages/icons-pdf/*'
|
||||
|
||||
# For tests
|
||||
🧪 tests:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- 'test/**/*'
|
||||
- 'packages/*/test.spec.*'
|
||||
- 'packages/*/vitest.config.*'
|
||||
|
||||
# For website/documentation site
|
||||
🌐 website:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- 'src/**/*'
|
||||
- '*.liquid'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue