fish-station/.github/labeler.yml
Rinary f6c53358f8
Правки в валидаторе локализаций (#494)
* upd

* upd

* fix path

* NO YAML PARSER ZAEBALA SHLUHA

* План, как видеть все пр-ы где изменяют локализацию

* new labeler

* no more ru symbols in ghost role component

* upd
2024-10-12 17:39:13 +03:00

26 lines
737 B
YAML

"Изменения: Спрайты":
- changed-files:
- any-glob-to-any-file: '**/*.rsi/*.png'
"Изменения: Карты":
- changed-files:
- any-glob-to-any-file:
- 'Resources/Maps/**/*.yml'
- 'Resources/Prototypes/Maps/**/*.yml'
"Изменения: Интерфейс":
- changed-files:
- any-glob-to-any-file: '**/*.xaml*'
"Изменения: Шейдеры":
- changed-files:
- any-glob-to-any-file: '**/*.swsl'
"Изменения: Локализация":
- changed-files:
- any-glob-to-any-file: '**/*.ftl'
"Нет 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"