From: deathride58 Date: Sun, 28 Jul 2024 03:46:22 +0000 (-0400) Subject: Makes the labeller automatically label PRs with shader changes (#30316) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=3a10ffa0309105c1867be5cb507b80b4f24fde3f;p=space-station-14.git Makes the labeller automatically label PRs with shader changes (#30316) adds shader label to git labeller --- diff --git a/.github/labeler.yml b/.github/labeler.yml index 9d9fe3a08d..97b402eda9 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -12,6 +12,10 @@ - changed-files: - any-glob-to-any-file: '**/*.xaml*' +"Changes: Shaders": +- changed-files: + - any-glob-to-any-file: '**/*.swsl' + "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.