Makes the labeller automatically label PRs with shader changes (#30316)
adds shader label to git labeller
This commit is contained in:
parent
7ea64973fc
commit
a72cb253f0
|
|
@ -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'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue