Update label names in keylabeler.yml (#3222)

This commit is contained in:
DrSmugleaf
2021-02-16 09:43:22 +01:00
committed by GitHub
parent 788ed8dbd1
commit 9965cbdc2f

View File

@@ -9,21 +9,15 @@ caseSensitive: false
# Explicit keyword mappings to labels. Form of match:label. Required. # Explicit keyword mappings to labels. Form of match:label. Required.
labelMappings: labelMappings:
"[ATMOS]": "Feature: Atmospherics" "[ATMOS]": "Area: Atmos"
"[AUDIO]": "Feature: Audio" "[BODY]": "Area: Body System"
"[CONSTRUCTION]": "Feature: Construction" "[BODY SYSTEM]": "Area: Body System"
"[ENTITIES]": "Feature: Entities" "[CONSTRUCTION]": "Area: Construction"
"[ENTITY]": "Feature: Entities" "[ENTITY AI]": "Area: Entity AI"
"[ENTITY AI]": "Feature: Entity AI" "[PHYSICS]": "Area: Physics"
"[EVENTS]": "Feature: Events" "[POWER]": "Area: Power"
"[EVENT]": "Feature: Events" "[TOOLING]": "Area: Tooling"
"[INTERACTION]": "Feature: Interaction" "[UI]": "Area: UI"
"[MEDICAL]": "Feature: Medical"
"[PHYSICS]": "Feature: Physics"
"[POWER]": "Feature: Power"
"[SPRITES]": "Feature: Sprites"
"[SPRITE]": "Feature: Sprites"
"[UI]": "Feature: UI"
"[BUG]": "Type: Bug" "[BUG]": "Type: Bug"
"[CLEANUP]": "Type: Cleanup" "[CLEANUP]": "Type: Cleanup"