MCPcopy Create free account
hub / github.com/github/awesome-copilot / isAutoGeneratedFile

Function isAutoGeneratedFile

eng/contributor-report.mjs:135–137  ·  view source on GitHub ↗
(filePath)

Source from the content-addressed store, hash-verified

133 * @returns {boolean}
134 */
135export const isAutoGeneratedFile = (filePath) => {
136 return AUTO_GENERATED_PATTERNS.some((pattern) => matchGlob(filePath, pattern));
137};
138
139/**
140 * Infer a contribution type string (e.g. 'skills', 'agents', 'doc') for a file path.

Callers 3

getContributionTypesFunction · 0.85
generatePRReportFunction · 0.85

Calls 1

matchGlobFunction · 0.85

Tested by

no test coverage detected