Good first issue — improve a regex, add tests.
The phone pattern in maintainer-automation/src/maintainerRiskChecks.js can produce false positives on version strings or timestamps. Tighten it while still catching real phone shapes.
Acceptance:
- False positives reduced (add negative test cases)
- Real phone patterns still caught (add positive test cases)
npm test passes
Good first issue — improve a regex, add tests.
The phone pattern in
maintainer-automation/src/maintainerRiskChecks.jscan produce false positives on version strings or timestamps. Tighten it while still catching real phone shapes.Acceptance:
npm testpasses