Given the project leadership has elected to make use of GitHub's blocked user feature which blocks users from interacting with a GitHub organization's repositories, we are now required to ensure we support this to ensure the block cannot be bypassed.
Well, if it's not available then it's not available and we therefore have to rely on the GitHub API to do its thing. Best thing I could suggest is block a user on a test repo, have that user try to open an issue or comment on something, and see what the API kicks back.
@mbabker can you block me from the https://github.com/jtester/tests repo so we can test that?
OK I tried a different approach now.. please try again
Well I think thats "it". So basically we "support" the blocked user feature...
Works for me.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-01-21 18:35:42 |
Closed_By | ⇒ | mbabker |
Thanks
It seems that information about blocked users is only available via the GitHub UI . I can't find any method in the API returning this information.
Should we maintain a separate list of blocked users? That feels quite ugly...