github-api icon indicating copy to clipboard operation
github-api copied to clipboard

Java API for GitHub

Results 193 github-api issues
Sort by recently updated
recently updated
newest added

**Describe the bug** NPE sporadically gets thrown by PageIterator (line 74) when PageIterator.hasNext() is invoked. **To Reproduce** Steps to reproduce the behavior: I was able to reproduce behavior in this...

Frankly, this thing is underdocumented and IMHO not very usable but I suppose it will improve over time. Someone asked for it in my Quarkus GitHub App project so I...

# Description This PR adds support for the `repositories` body parameter as specified in https://docs.github.com/en/rest/apps/apps#create-an-installation-access-token-for-an-app to `GHAppCreateTokenBuilder`. Originally, if you wanted to generate an installation access token limited to a...

I can explain the oddity on lines 84-87, since I originally wrote them. https://github.com/hub4j/github-api/blob/7c8a7ff26ebfb31aed3bfdd8f0825ea56142ba4e/src/test/java/org/kohsuke/github/AbstractGHAppInstallationTest.java#L71-L87 The `GitHub` client constructed on line 71 is using the JWT token. Which is appropriate for...

more information needed

Bumps `spotbugs.version` from 4.6.0 to 4.7.1. Updates `spotbugs` from 4.6.0 to 4.7.1 Release notes Sourced from spotbugs's releases. SpotBugs 4.7.1 CHANGELOG Fixed Fixed False positives for RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE on try-with-resources with...

dependencies
java

Bumps [spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) from 4.7.0.0 to 4.7.1.1. Release notes Sourced from spotbugs-maven-plugin's releases. Spotbugs Maven Plugin 4.7.1.1 Patch Release Validate Spotbugs report even if only test sources exist fixing #454 Moved...

dependencies
java

# Description This PR adds star/unstar a repository for a authenticated user. Fixes : #1354 # Before submitting a PR: - [x] Changes must not break binary backwards compatibility. If...

While retrieving notifications it's throwing errors described below for the code listed below. ```bash org.kohsuke.github.HttpException: {"message":"Unable to parse If-Modified-Since request header. Please make sure value is in an acceptable format.","documentation_url":"https://docs.github.com/rest/reference/activity#list-notifications-for-the-authenticated-user"}...

bug

So for a project i want to be able to rerun a checksuite that another app already configured (something like travis/jenkins app). I see that github's API supports this: -...

enhancement
good first issue

# Description Added simple CRUD operations to GH Secrets (both Repository wise and Organization): - [Get Repository Secret](https://docs.github.com/en/rest/actions/secrets#get-a-repository-secret) - [Create or Updates Repository Secret](https://docs.github.com/rest/reference/actions#create-or-update-a-repository-secret) - [Delete Repository Secret](https://docs.github.com/rest/reference/actions#delete-a-repository-secret) - [Get...

work-abandoned