-
Notifications
You must be signed in to change notification settings - Fork 113
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
still does not detect some non-author committers #150
Comments
It is kind of weird, the committer and the author actually use the same email, and |
Ah, it might be because the remove the email in the settings. |
@joyeecheung the reason i think it failes is because of this here node-core-utils/lib/pr_checker.js Lines 282 to 286 in e76076d
I don't think (I do think they have a GitHub email provied by github for this purposes of making email private) |
@cPhost That is assigned here node-core-utils/lib/pr_data.js Lines 84 to 86 in e76076d
|
That seems correct. And also you can do this to save you some from doing more work. author {
... on User {
email,
name
}
} |
See nodejs/node#17705
The text was updated successfully, but these errors were encountered: