fish-station/.github/labeler.yml
Vigers Ray 46d1ed8cc6 Merge remote-tracking branch 'refs/remotes/wizards/master'
# Conflicts:
#	.github/labeler.yml
#	Content.Client/Lobby/LobbyUIController.cs
#	Resources/Locale/en-US/_strings/movement/pulling.ftl
2024-12-09 23:32:58 +03:00

30 lines
826 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'
"Изменения: Аудио":
- changed-files:
- any-glob-to-any-file: '**/*.ogg'
"Нет 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"