I'm trying to Add/Remove assigned users to a pull request in a .NET 5 console app.
I'm using the library octokit.net and I'm able to get a PR and see the actual users assigned but it is a read-only collection and I can't find a way to update it.
the PullRequest.Update() method has only a few fields to update like title, body, and state but nothing else.
Any help would be appreciated, thanks!