From 3a10ffa0309105c1867be5cb507b80b4f24fde3f Mon Sep 17 00:00:00 2001 From: deathride58 Date: Sat, 27 Jul 2024 23:46:22 -0400 Subject: [PATCH] Makes the labeller automatically label PRs with shader changes (#30316) adds shader label to git labeller --- .github/labeler.yml | 4 ++++ 1 file changed, 4 insertions(+) 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.