mirror of
https://github.com/space-syndicate/space-station-14.git
synced 2026-02-14 23:14:45 +01:00
# Conflicts: # .github/CODEOWNERS # .github/labeler.yml # Content.Server/Connection/ConnectionManager.cs # Resources/Prototypes/Datasets/Names/ai.yml # Resources/Prototypes/Datasets/Names/arachnid_first.yml # Resources/Prototypes/Datasets/Names/diona.yml # Resources/Prototypes/Datasets/Names/fake_human_first.yml # Resources/Prototypes/Datasets/Names/fake_human_last.yml # Resources/Prototypes/Datasets/Names/last.yml # Resources/Prototypes/Datasets/Names/vox.yml # Resources/Prototypes/Entities/Clothing/Shoes/specific.yml # Resources/Prototypes/Entities/Structures/Machines/lathe.yml # Resources/Prototypes/Loadouts/role_loadouts.yml # Resources/Prototypes/Maps/bagel.yml # Resources/Prototypes/SoundCollections/NukeMusic.yml # Resources/Prototypes/Voice/speech_emotes.yml # Resources/ServerInfo/Guidebook/Mobs/Vox.xml # Resources/ServerInfo/Guidebook/Science/APE.xml # Resources/Textures/Clothing/Head/Hats/warden.rsi/inhand-left.png # Resources/Textures/Clothing/Head/Hats/warden.rsi/inhand-right.png # Resources/Textures/Clothing/Head/Hats/warden.rsi/meta.json
32 lines
763 B
YAML
32 lines
763 B
YAML
"Changes: Sprites":
|
|
- changed-files:
|
|
- any-glob-to-any-file: '**/*.rsi/*.png'
|
|
|
|
"Changes: Map":
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- 'Resources/Maps/**/*.yml'
|
|
- 'Resources/Prototypes/Maps/**/*.yml'
|
|
- 'Resources/Prototypes/Corvax/Maps/**/*.yml'
|
|
|
|
"Changes: UI":
|
|
- changed-files:
|
|
- any-glob-to-any-file: '**/*.xaml*'
|
|
|
|
"Changes: Shaders":
|
|
- changed-files:
|
|
- any-glob-to-any-file: '**/*.swsl'
|
|
|
|
"Changes: Audio":
|
|
- changed-files:
|
|
- any-glob-to-any-file: '**/*.ogg'
|
|
|
|
"Changes: Localization":
|
|
- changed-files:
|
|
- any-glob-to-any-file: '**/*.ftl'
|
|
|
|
"Changes: No 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"
|