-
Notifications
You must be signed in to change notification settings - Fork 157
feat: support adding people with mentions #36
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #36 +/- ##
=======================================
Coverage 57.95% 57.95%
=======================================
Files 4 4
Lines 88 88
Branches 10 10
=======================================
Hits 51 51
Misses 32 32
Partials 5 5 Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @sinchang! Looks good to me
@sinchang let me know when good to merge |
@jakebolam you can merge now. 😄 |
@@ -75,6 +75,8 @@ function parseAddComment(doc, action) { | |||
}) | |||
.data()[0].text | |||
|
|||
const who = whoMatched.startsWith('@') ? whoMatched.substr(1) : whoMatched |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
:+1
Thank you! |
🎉 This PR is included in version 1.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
closes #26