40 lines
779 B
YAML
40 lines
779 B
YAML
"Changes: C#":
|
|
- changed-files:
|
|
- any-glob-to-any-file: "**/*.cs"
|
|
|
|
"Changes: Documentation":
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- "**/*.xml"
|
|
- "**/*.md"
|
|
|
|
"Changes: Localization":
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- 'Resources/Locale/**/*.ftl'
|
|
|
|
"Changes: Map":
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- "Resources/Maps/**/*.yml"
|
|
- "Resources/Prototypes/Maps/**/*.yml"
|
|
|
|
"Changes: Sprite":
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- "**/*.rsi/*.png"
|
|
- "**/*.rsi/*.json"
|
|
|
|
"Changes: UI":
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- "**/*.xaml*"
|
|
|
|
"Changes: YML":
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- "**/*.yml"
|
|
- all-globs-to-all-files:
|
|
- "!Resources/Maps/**/*.yml"
|
|
- "!Resources/Prototypes/Maps/**/*.yml"
|