MCPcopy Create free account
hub / github.com/adobe/react-spectrum / removePRNumber

Function removePRNumber

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

Source from the content-addressed store, hash-verified

301}
302
303function removePRNumber(title) {
304 return title.replace(/\s*\(#\d+\)\s*$/, '');
305}
306
307let validLabels = new Set([
308 'Accordion',

Callers 1

generateDataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected