mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-29 19:47:48 +03:00
# Description I added a few more labels to the repository, this'll make the bot use them.
37 lines
645 B
YAML
37 lines
645 B
YAML
"Changes: C#":
|
|
- "**/*.cs"
|
|
|
|
"Changes: Config":
|
|
- "**/*.toml"
|
|
- "**/*.config"
|
|
- "*.json"
|
|
- ".github/*.yml"
|
|
- ".github/*.json"
|
|
- ".vscode/*.json"
|
|
- ".editorconfig"
|
|
|
|
"Changes: Documentation":
|
|
- "**/*.xml"
|
|
- "**/*.md"
|
|
|
|
"Changes: Localization":
|
|
- 'Resources/Locale/**/*.ftl'
|
|
|
|
"Changes: Map":
|
|
- "Resources/Maps/**/*.yml"
|
|
- "Resources/Prototypes/Maps/**/*.yml"
|
|
|
|
"Changes: Sprite":
|
|
- "**/*.rsi/*.png"
|
|
- "**/*.rsi/*.json"
|
|
|
|
"Changes: UI":
|
|
- "**/*.xaml*"
|
|
|
|
"Changes: YML":
|
|
- any: ["**/*.yml"]
|
|
all: ["!Resources/Maps/**/*.yml", "!Resources/Prototypes/Maps/**/*.yml"]
|
|
|
|
"Changes: Workflow":
|
|
- ".github/workflows/*.yml"
|