Files
wwdpublic/.github/keylabeler.yml
2021-02-16 09:43:22 +01:00

42 lines
1.3 KiB
YAML

# Determines if we search the title (optional). Defaults to true.
matchTitle: false
# Determines if we search the body (optional). Defaults to true.
matchBody: true
# Determines if label matching is case sensitive (optional). Defaults to true.
caseSensitive: false
# Explicit keyword mappings to labels. Form of match:label. Required.
labelMappings:
"[ATMOS]": "Area: Atmos"
"[BODY]": "Area: Body System"
"[BODY SYSTEM]": "Area: Body System"
"[CONSTRUCTION]": "Area: Construction"
"[ENTITY AI]": "Area: Entity AI"
"[PHYSICS]": "Area: Physics"
"[POWER]": "Area: Power"
"[TOOLING]": "Area: Tooling"
"[UI]": "Area: UI"
"[BUG]": "Type: Bug"
"[CLEANUP]": "Type: Cleanup"
"[CLEAN]": "Type: Cleanup"
"[CLEANLINESS]": "Type: Cleanup"
"[DISCUSSION]": "Type: Discussion"
"[DISCUSS]": "Type: Discussion"
"[FEATURE]": "Type: Feature"
"[FEAT]": "Type: Feature"
"[IMPROVEMENT]": "Type: Improvement"
"[IMPROVE]": "Type: Improvement"
"[PERFORMANCE]": "Type: Performance"
"[PERF]": "Type: Performance"
"[REFACTOR]": "Type: Refactor"
"[HELP WANTED]": "Status: Help Wanted"
"[DO NOT MERGE]": "Status: DO NOT MERGE"
"[DNM]": "Status: DO NOT MERGE"
"[RESOURCES]": "Resources (No code)"
"[NOCODE]": "Resources (No code)"