fix(require_signed_off_by): allow any name - #462
Conversation
This regex is too strict right now. Same could probably be said about the author_name regex. It catches bots like dependabot incorrectly. Signed-off-by: Randolph Sapp <rs@ti.com>
✅ Deploy Preview for commit-check ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe regex pattern for the ChangesSigned-off-by Regex Update
Estimated code review effort: 1 (Trivial) | ~2 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Merging this PR will not alter performance
Comparing Footnotes
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #462 +/- ##
==========================================
- Coverage 97.19% 97.10% -0.09%
==========================================
Files 12 12
Lines 1176 1176
==========================================
- Hits 1143 1142 -1
- Misses 33 34 +1 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
Thanks for the quick turnaround |



This regex is too strict right now. Same could probably be said about the author_name regex. It catches bots like dependabot incorrectly.
Dependabot uses the following sign off trailer:
Summary by CodeRabbit
Signed-off-byentries are accepted.