Enhance labeler configuration to include new rules for identifying new and modified icons in the 'icons' directory, improving automation for icon management.
This commit is contained in:
parent
a2b135fff0
commit
a6497147f7
|
|
@ -11,6 +11,18 @@
|
||||||
- 'icons/**/*.svg'
|
- 'icons/**/*.svg'
|
||||||
- aliases.json
|
- aliases.json
|
||||||
|
|
||||||
|
# For new icons
|
||||||
|
✨ new icons:
|
||||||
|
- changed-files:
|
||||||
|
- all-files-to-any-file:
|
||||||
|
- 'icons/**/*.svg'
|
||||||
|
|
||||||
|
# For modified icons
|
||||||
|
🔧 modified icons:
|
||||||
|
- changed-files:
|
||||||
|
- any-glob-to-any-file:
|
||||||
|
- 'icons/**/*.svg'
|
||||||
|
|
||||||
# For Github Actions
|
# For Github Actions
|
||||||
🤖 github-actions:
|
🤖 github-actions:
|
||||||
- changed-files:
|
- changed-files:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue