github-api
github-api copied to clipboard
Java API for GitHub
## Description of the issue: I am proposing the implementation of enterprise endpoints to manage and support external groups from an Identity Provider (IDP) within a GitHub Enterprise account. This...
# Description When creating a new review or adding comments to an existing review, we can currently only add single line comments. This pull request adds support for single and...
Hi, a code like this ``` new GitHubBuilder() .withJwtToken("token") .build() .getApp() .getInstallationById(githubInstallationId) .getAccount() .getType() ``` leads to 401: ``` Caused by: org.kohsuke.github.HttpException: {"message":"Bad credentials","documentation_url":"https://docs.github.com/rest"} at org.kohsuke.github.GitHubConnectorResponseErrorHandler$1.onError(GitHubConnectorResponseErrorHandler.java:62) ~[github-api-unbridged-1.318.jar:na] ``` There are...
For being able to use missing API functionality it would be nice if the `Requester` would be accessible, so that the low-level requests can be done manually or e. g....
We add `await`-based pauses the don't slow down CI testing: https://github.com/hub4j/github-api/blob/main/src/test/java/org/kohsuke/github/GHWorkflowRunTest.java#L574-L584 There are some timing based tests, but they are the exception. Most tests don't need to care. We need...
As far as I can tell, the library currently supports managing branch protection, but not [rulesets](https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-rulesets/about-rulesets). The use of rulesets has some advantages over using branch protection [as listed in...
When information on a repository is downloaded using the `GHContentSearchBuilder`, the `defaultBranch` property is always `null`, regardless of whether the repository in question has a default branch. On the other...
Hi. When creating user and organization specific webhooks, the webhook id type is long, but find and delete operations accept an integer. This seems like a minor problem, since webhook...
Bumps `jjwt.suite.version` from 0.12.3 to 0.12.5. Updates `io.jsonwebtoken:jjwt-api` from 0.12.3 to 0.12.5 Release notes Sourced from io.jsonwebtoken:jjwt-api's releases. 0.12.5 This release fixes issue #916 and ensures that builders' NestedCollection changes...
Bumps [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin) from 3.3.0 to 3.4.1. Release notes Sourced from org.apache.maven.plugins:maven-jar-plugin's releases. 3.4.1 🐛 Bug Fixes [MJAR-307] - Wrong version of commons-io cause a ClassNotFound o.a.commons.io.file.attribute.FileTimes (#83) @slawekjaranowski 📦 Dependency...