Searched refs:labelName (Results 1 – 2 of 2) sorted by relevance
86 const labelName = typeof label === 'string' ? label : label.name; constant87 if (labelName && labelName === 'needs validation') {95 } else if (labelName && SKIP_VALIDATION_LABELS.includes(labelName)) {96 console.log(`Issue is labeled with ${labelName}, skipping validation.`);
33 labelName: string,36 const filter: IssueLabelFilter = { name: { eq: labelName } };46 const payload = await linearClient.createIssueLabel({ name: labelName });50 throw new Error(`Failed to create Linear label: ${labelName}`);