# Conflicts: # .github/labeler.yml # Content.Client/Lobby/LobbyUIController.cs # Resources/Locale/en-US/_strings/movement/pulling.ftl
30 lines
826 B
YAML
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"
|