From c39bf205ab677a564a75c422c0cc8426a363d48d Mon Sep 17 00:00:00 2001 From: Red <96445749+TheShuEd@users.noreply.github.com> Date: Fri, 18 Jul 2025 16:39:15 +0300 Subject: [PATCH] Update labeler.yml --- .github/labeler.yml | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index ca5aeed1f3..66b987214f 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,26 +1,30 @@ -"Changes: Sprites": +"Sprites": - changed-files: - any-glob-to-any-file: '**/*.rsi/*.png' -"Changes: Map": +"Mapping": - changed-files: - any-glob-to-any-file: - 'Resources/Maps/**/*.yml' - 'Resources/Prototypes/Maps/**/*.yml' -"Changes: UI": +"UI": - changed-files: - any-glob-to-any-file: '**/*.xaml*' -"Changes: Shaders": +"Shaders": - changed-files: - any-glob-to-any-file: '**/*.swsl' -"Changes: Audio": +"Audio": - changed-files: - any-glob-to-any-file: '**/*.ogg' -"Changes: No C#": +"C#": +- changed-files: + - any-glob-to-any-file: '**/*.cs' + +"No C#": - changed-files: # Equiv to any-glob-to-all as long as this has one matcher. If ALL changed files are not C# files, then apply label. - all-globs-to-all-files: "!**/*.cs"