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

Java API for GitHub

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

# Description Added a change to allow the option to pass in the `since` parameter per https://developer.github.com/v3/apps/#list-installations. # Before submitting a PR: - [x] Changes must not break binary backwards...

**Describe the bug** In the Quarkus project, we used to have labels like `triage/backport?` (i.e. something that should be considered for backport but is not certain to be backported). When...

bug
good first issue

Bumps `spotbugs.version` from 4.7.3 to 4.8.2. Updates `com.github.spotbugs:spotbugs` from 4.7.3 to 4.8.2 Release notes Sourced from com.github.spotbugs:spotbugs's releases. SpotBugs 4.8.2 CHANGELOG Fixed Fixed false positive UPM_UNCALLED_PRIVATE_METHOD for method used in...

dependencies
java

Probly a candidate for a breaking change for v2: `GHEventPayload` probably should not contain `repository` as a root level property as it might not be present in every webhook payload....

bug
breaking change

Hi! As I can see there's no API for [List pending team invitations](https://docs.github.com/ru/rest/teams/members?apiVersion=2022-11-28#list-pending-team-invitations). It'd be great to have it!

enhancement
good first issue

**Describe the bug** `List ghPullRequestReviews = pr.listReviews().toList();` The above code should return an empty list if no reviews exist, instead it throws GHFileNotFoundException **To Reproduce** Steps to reproduce the behavior:...

bug

Currently, both create and update of a GitHub Check Run are handled by [GHCheckRunBuilder](https://github.com/hub4j/github-api/blob/main/src/main/java/org/kohsuke/github/GHCheckRunBuilder.java) class. For the update, this is done by constructing an instance with the [checkId](https://github.com/hub4j/github-api/blob/main/src/main/java/org/kohsuke/github/GHCheckRunBuilder.java#L96) Following the...

enhancement
good first issue

Hi, I'm a bit confused about the situation on pre-fetched/cached assets on `GHRelease`. I'd like to avoid additional API calls, see also my previous PR https://github.com/hub4j/github-api/pull/977. Can we make `getAssets()`...

enhancement
more information needed

Hi, `GHObject#getCreatedAt` and `GHObject#getUpdatedAt` throw unnecessary `IOException` which is not being thrown by an underlying code. Is there a reason for this?

bug
breaking change

Hi, there is an issue in case of trying to parse event payload of type Installation ("deleted"): The installation at this point has been deleted so fetching repo info is...

bug
good first issue