github-api
github-api copied to clipboard
Java API for GitHub
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.1.1 to 4.3.0. Release notes Sourced from codecov/codecov-action's releases. v4.3.0 What's Changed fix: automatically detect if using GitHub enterprise by @thomasrockhu-codecov in codecov/codecov-action#1356 build(deps-dev): bump typescript from...
**Describe the bug** Getting the below error when searching for repositories with a keyword that returns a lot of repositories in the result. My usecase can be fulfilled by just...
# Description Fixes #1467 Add ability to receive and specify App IDs for required checks in branch protection rules. # Before submitting a PR: - [x] Changes must not break...
#1885 showed that we haven't been checking the count of all enum values. At the same time I noticed that we do not have `UNKNOWN` values for all API `enum`....
# Description While I would love for `github-api` v2.x to be a larger change that has major new features. However, the most pressing need is clearing technical debt to support...
how is `issuePayload.getIssue().deleteReaction` intended to be used when its not possible to create a GHReaction with bot nor user + reaction as parameter?
**Describe the bug** `GHRepository` class (interface to `repos/org/repo_name` GitHub endpoint) is missing custom properties. They are mentioned in the GitHub documentation at the root level as ``` "custom_properties": { "type":...
# Description This PR will enable the `github-api` to be supported by GraalVM. There have been two options discussed. 1. Use Spring Boot RuntimeHintsRegistrar / Quarkus @BuildStep to generate the...
https://docs.github.com/en/rest/repos/repos?apiVersion=2022-11-28#check-if-automated-security-fixes-are-enabled-for-a-repository # Description Fixes #1916 This change will support Support Endpoints: https://docs.github.com/en/rest/repos/repos?apiVersion=2022-11-28#check-if-automated-security-fixes-are-enabled-for-a-repository https://docs.github.com/en/rest/repos/repos?apiVersion=2022-11-28#enable-automated-security-fixes https://docs.github.com/en/rest/repos/repos?apiVersion=2022-11-28#disable-automated-security-fixes # Before submitting a PR: - [x] Changes must not break binary backwards compatibility. If you...
Support Endpoints: - https://docs.github.com/en/rest/repos/repos?apiVersion=2022-11-28#check-if-automated-security-fixes-are-enabled-for-a-repository - https://docs.github.com/en/rest/repos/repos?apiVersion=2022-11-28#enable-automated-security-fixes - https://docs.github.com/en/rest/repos/repos?apiVersion=2022-11-28#disable-automated-security-fixes