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.
labelMappings:
"[ATMOS]": "Feature: Atmospherics"
"[AUDIO]": "Feature: Audio"
"[CONSTRUCTION]": "Feature: Construction"
"[ENTITIES]": "Feature: Entities"
"[ENTITY]": "Feature: Entities"
"[ENTITY AI]": "Feature: Entity AI"
"[EVENTS]": "Feature: Events"
"[EVENT]": "Feature: Events"
"[INTERACTION]": "Feature: Interaction"
"[MEDICAL]": "Feature: Medical"
"[PHYSICS]": "Feature: Physics"
"[POWER]": "Feature: Power"
"[SPRITES]": "Feature: Sprites"
"[SPRITE]": "Feature: Sprites"
"[UI]": "Feature: UI"
"[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"