Skip to content
This repository was archived by the owner on Nov 14, 2025. It is now read-only.

Commit 21f5cb2

Browse files
authored
Refactor Availability enum values and update references for triage bot (#328)
1 parent 015d076 commit 21f5cb2

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

api/vscodeToolsTypes.js

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/vscodeToolsTypes.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,10 @@ export enum Role {
2020
}
2121

2222
// Note: referened by triage bot to find triagers who are not "NOT_AVAILABLE", please make updates there too :)
23-
// https://github.com/microsoft/vscode-github-triage-actions/blob/c53b3637cd694df982b4a6a048c75ae16500ba1b/classifier-deep/apply/apply-labels/index.ts#L34-L41
23+
// https://github.com/microsoft/vscode-tools/blob/main/src/common/src/team.ts#L21
2424
export enum Availability {
2525
FULL = 1,
2626
HALF,
27-
OPTIONAL,
2827
NOT_AVAILABLE,
2928
}
3029

0 commit comments

Comments
 (0)