Makes the labeller automatically label PRs with shader changes (#30316)

adds shader label to git labeller
This commit is contained in:
deathride58 2024-07-27 23:46:22 -04:00 committed by deltanedas
parent 7ea64973fc
commit a72cb253f0
1 changed files with 5 additions and 0 deletions

5
.github/labeler.yml vendored
View File

@ -37,3 +37,8 @@
- all-globs-to-all-files:
- "!Resources/Maps/**/*.yml"
- "!Resources/Prototypes/Maps/**/*.yml"
"Changes: Shaders":
- changed-files:
- any-glob-to-any-file: '**/*.swsl'