MCPcopy Index your code
hub / github.com/adobe/react-spectrum / removePRNumber

Function removePRNumber

scripts/getCommitsForTesting.mjs:294–296  ·  view source on GitHub ↗
(title)

Source from the content-addressed store, hash-verified

292}
293
294function removePRNumber(title) {
295 return title.replace(/\s*\(#\d+\)\s*$/, '');
296}
297
298let validLabels = new Set([
299 'Accordion',

Callers 1

generateDataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected