diff --git a/src/issue/npc/env.ts b/src/issue/npc/env.ts index 4b06d41..15cbf23 100644 --- a/src/issue/npc/env.ts +++ b/src/issue/npc/env.ts @@ -128,6 +128,7 @@ export const useIssueEnv = () => { const issueState = useKey("CNB_ISSUE_STATE"); const issueIsResolved = useKey("CNB_ISSUE_IS_RESOLVED"); const issueAssignees = useKey("CNB_ISSUE_ASSIGNEES"); + const issueLabels = useKey("CNB_ISSUE_LABELS"); const issuePriority = useKey("CNB_ISSUE_PRIORITY"); return { @@ -179,6 +180,12 @@ export const useIssueEnv = () => { */ issueAssignees, issueAssigneesLabel: "Issue 处理人列表", + /** + * @key CNB_ISSUE_LABELS + * @description:Issue 标签列表, 多个以 , 分隔。 + */ + issueLabels, + issueLabelsLabel: "Issue 标签列表, 多个以 , 分隔。", /** * @key CNB_ISSUE_PRIORITY * @description:Issue 优先级