Liam Newman
Liam Newman
@OdinTech3 Hello, @jdavisclark doesn't have much time and I am also new to ST plugin development, but maintain the underlying library. What are you interested in doing?
@bmuschko The `fromEnvironment()` builds the `GitHub` object in one call it doesn't return a builder. So `withEndpoint(String)` can't be used. But good catch about `GITHUB_ENDPOINT`. I didn't even go looking....
@dimmonn > No it doesn't work this way, the url is hardcoded, so whatever url you set in env won't be picked and default hardcoded value is used This should...
I think someone else is working on this already? #1339
@0xacx Invitation sent.
@0xacx Sent invite again.
Nothing for you to do right now. I'll get it fixed up and rerun.
This may not be feasible. There are a number of scenarios where we need to depend on `url` and when it is incorrect or strange we simply need to work-around...
Not for a single user, but you can get a list and go from there. https://github.com/github-api/github-api/blob/efb87c5a9ec5ae2c7e63b0fe7b43ccc199f627b2/src/main/java/org/kohsuke/github/GHRepository.java#L484 Collaborator is distinct from write access and differs depending on the type of repository:...
The first item seems like an easy fix - add the field and test it. The second item is easy enough to add a method to call, testing might be...