github-api
github-api copied to clipboard
Java API for GitHub
I would like to use this lib in an OSGi Framework. For this i would need some Metadata in the Manifest.MF. I would create a PR that adds this support...
See https://wiremock.org/docs/junit-jupiter/ GithubWireMockRule creates and manages multiple WireMockServers. Need to do the same for JUnit5 but not sure how composable the JUnit5 WireMock extension is. Might need to move to...
Some classes use glob imports, while others don't. The use of glob imports across files seems to be rather inconsistent. Currently, with spotless, there doesn't seem to be a way...
There is an inconsistent use of the license header. Currently, some files have a license header added, but others don't. Since you're using spotless, it can be used to enforce...
I have comment count 3, but the PR has much more: https://github.com/JabRef/jabref/pull/12710 I "deleted" the other comments using `comment.delete()`. It seems this has no effect on the UI. In the...
**Describe the bug** GithubBuilder.fromCredentials is not public and given the auth provider field is not public it is not possible to implement the "honor .github and env" manually. Thus should...
Github introduced new enhancements to issues: issue types, sub-issues, and other minor issues. It seems like they're forcing these issue types by default now, the field is visible even if...
Two fixes needed for getMergeCommitSha: /** * See GitHub blog post * * @return the merge commit sha * @throws IOException * the io exception */ public String getMergeCommitSha() throws...
**Describe the bug** `isPullRequest` in GHIssue returns false due to `pull_request == null` condition. The PR object was acquired via `payload.getPullRequest()` method of `GHEventPayload.PullRequest` class. **To Reproduce** Steps to reproduce...
**Describe the bug** If a branch (`GHBranch`) is protected via rulesets rather than classic (deprecated?) branch protection rules, `GHBranch#isProtected()` returns `true`, but `GHBranch#getProtection` desintegrates with the following exception: ``` org.kohsuke.github.GHFileNotFoundException:...