Files
wwdpublic/.github/labeler.yml
DEATHB4DEFEAT 70a8cc69ec Add More Labels to the Labeler Action (#9)
# Description

I added a few more labels to the repository, this'll make the bot use
them.
2024-03-19 16:51:00 -04:00

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"