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:
codecalm 2025-12-24 01:54:03 +01:00
parent a2b135fff0
commit a6497147f7
1 changed files with 12 additions and 0 deletions

12
.github/labeler.yml vendored
View File

@ -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: