Skip to content

Commit

Permalink
Update labels.ts to include CLI/PSH area label (#1991)
Browse files Browse the repository at this point in the history
  • Loading branch information
allenjzhang authored Dec 21, 2024
1 parent 127dc33 commit f6ee7bb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions eng/config/labels.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
});

/**
Expand All @@ -44,6 +48,7 @@ export const AreaPaths: Record<keyof typeof AreaLabels, string[]> = {
"emitter:autorest": ["packages/typespec-autorest/"],
"lib:tcgc": ["packages/typespec-client-generator-core/"],
ide: [],
"cli/psh": [],
};

export default defineConfig({
Expand Down

0 comments on commit f6ee7bb

Please sign in to comment.