MCPcopy Create free account
hub / github.com/heygen-com/hyperframes / isDocsChange

Function isDocsChange

scripts/draft-changelog.ts:312–315  ·  view source on GitHub ↗
(subject: ParsedSubject)

Source from the content-addressed store, hash-verified

310}
311
312function isDocsChange(subject: ParsedSubject) {
313 const normalizedFields = [subject.type, subject.scope?.toLowerCase()];
314 return normalizedFields.includes("docs") || subject.summary.toLowerCase().includes("example");
315}
316
317function internalCategoryFor(type: string) {
318 return INTERNAL_TYPES.has(type) ? "Internal" : undefined;

Callers 1

docsCategoryForFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected