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
This could be an interesting one to attempt to fix. The obvious option would be check all user IDs mentioned in a configuration file to see if they exist, but this is going to be a long process since the GitHub API only allows 1 look up at a time. Caching is probably the best way to go, but then the same issue will happen when/if someone removes their account -- this is a lot less likely to happen compared to someone making a typo when changing the config.
This seems very similar to the 422 error if the user is not in the org.
My general thought was to maybe just catch the exception and write a list of bad users to a log file if they dont exist at all, and another file if they aren't in the org. possibly add a switch to '--invite-missing-members' that invites them as well?
e.g.
The text was updated successfully, but these errors were encountered: