From 9965cbdc2fbaea57cf552c0e9ef3bed0fc447289 Mon Sep 17 00:00:00 2001 From: DrSmugleaf Date: Tue, 16 Feb 2021 09:43:22 +0100 Subject: [PATCH] Update label names in keylabeler.yml (#3222) --- .github/keylabeler.yml | 24 +++++++++--------------- 1 file changed, 9 insertions(+), 15 deletions(-) diff --git a/.github/keylabeler.yml b/.github/keylabeler.yml index 5f669179a7..f7be4e3e88 100644 --- a/.github/keylabeler.yml +++ b/.github/keylabeler.yml @@ -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"