From a6497147f7ead6612e6904e9081a9817f3dca5a5 Mon Sep 17 00:00:00 2001 From: codecalm Date: Wed, 24 Dec 2025 01:54:03 +0100 Subject: [PATCH] Enhance labeler configuration to include new rules for identifying new and modified icons in the 'icons' directory, improving automation for icon management. --- .github/labeler.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index 551b2ece9..640e6396e 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -11,6 +11,18 @@ - 'icons/**/*.svg' - 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 🤖 github-actions: - changed-files: