You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears that the update-contributors script is currently failing due to a contributor having deleted their GitHub account. Because the account is deleted, looking it up results in a 404 which causes the script to fail.
I think this script could be updated to gracefully skip 404s.