mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-05-08 18:01:20 -05:00
[GH-ISSUE #168] Possibility of a bug in the update_contributors.py #1294
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Naeemkh on GitHub (Mar 11, 2024).
Original GitHub issue: https://github.com/harvard-edge/cs249r_book/issues/168
Originally assigned to: @uchendui on GitHub.
It appears that for some users, although the contributors' full names are being collected correctly, the contributors list is using the username instead of the full name.
@profvjreddi commented on GitHub (Mar 11, 2024):
Hmm. Yea, @uchendui knows this best so will defer to him.
@uchendui commented on GitHub (Mar 11, 2024):
Thanks for catching this @Naeemkh. Could you please point me to an example for reference?
@Naeemkh commented on GitHub (Mar 11, 2024):
Thanks, @uchendui.
For example, in my case, here is the response for API request:
As you can see, the name field is given (
"name": "Naeem Khoshnevis"), however, the code eventually uses my username which is"login": "Naeemkh".@profvjreddi commented on GitHub (May 25, 2024):
@uchendui can you please look into this -- would be nice to resolve this before the release soon.
@Naeemkh commented on GitHub (Jul 29, 2024):
I checked the error. It seems, it collects the name that the user set during the setting the config.
I added a couple of lines to collect the full user name.