Update label names in keylabeler.yml (#3222)
This commit is contained in:
24
.github/keylabeler.yml
vendored
24
.github/keylabeler.yml
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user