-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement custom regular expression for external issue tracking. #4265
Implement custom regular expression for external issue tracking. #4265
Conversation
Signed-off-by: Alexander Beyn <malex@fatelectrons.org>
Codecov Report
@@ Coverage Diff @@
## master #4265 +/- ##
=========================================
Coverage ? 41.54%
=========================================
Files ? 449
Lines ? 61329
Branches ? 0
=========================================
Hits ? 25480
Misses ? 32496
Partials ? 3353
Continue to review full report at Codecov.
|
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 months. Thank you for your contributions. |
This pull request has been automatically closed because of inactivity. You can re-open it if needed. |
I've resolved the merge conflicts, however due to some recent changes the tests are failing |
Please resolve the conflicts |
@AlexanderBeyn thanks a lot for this, are you planning to resolve the conflicts ? |
Thank you for your contribution! There is a new PR based on your work. |
This PR adds regex as a third style of external issue tracking. The regular expression must have at least one captured group, which will be used as the index for the link. The entire match replaced by the link when rendered.
Fixes #3468