-
Notifications
You must be signed in to change notification settings - Fork 128
Existing contributors getting welcome messages #4
Comments
Yeah, it goes by email addresses and https://api.github.com/users/vberger doesn't have one specified, while the PR does use one. |
More data: (https://api.github.com/users/MatejLach vs. https://github.com/rust-lang/rust/pull/17510.patch) I have a feeling the current implementation isn't quite enough for the high traffic Rust repo, at least compared to Servo, e.g. the contributors API endpoint is only returning the top 100 (despite the |
Actually I was wrong; it's not email but github-login based, but it's definitely the fact that it's only pulling the top 100 contributors that's messing us up here. |
I hope I fixed this by handling pagination properly. I guess there might still be issues with username mismatch. Lets see if that is a problem... |
Hopefully fixed by fcffc5d I'll leave this issue open for a while and close it if we get no new instances of this. |
Haven't seen any false positives recently, so closing. |
e.g. rust-lang/rust#17508 got a comment but the author has previously submitted rust-lang/rust#17286
cc @huonw
My guess would be a mismatch between the Git and GitHub user info, but who knows?
The text was updated successfully, but these errors were encountered: