From f6ee7bb5fb7e34c60dab13f765fdc4c4f24ba8fe Mon Sep 17 00:00:00 2001 From: Allen Zhang Date: Fri, 20 Dec 2024 21:05:04 -0800 Subject: [PATCH] Update labels.ts to include CLI/PSH area label (#1991) --- eng/config/labels.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/eng/config/labels.ts b/eng/config/labels.ts index bde31123ab..84211a039d 100644 --- a/eng/config/labels.ts +++ b/eng/config/labels.ts @@ -32,6 +32,10 @@ export const AreaLabels = defineLabels({ color: "846da1", description: "Issues for Azure specific ide features", }, + "cli/psh": { + color: "9EB120", + description: "Issues for Azure CLI/PSH features", + }, }); /** @@ -44,6 +48,7 @@ export const AreaPaths: Record = { "emitter:autorest": ["packages/typespec-autorest/"], "lib:tcgc": ["packages/typespec-client-generator-core/"], ide: [], + "cli/psh": [], }; export default defineConfig({