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

Bumps [mockito-core](https://github.com/mockito/mockito) from 4.6.1 to 4.7.0. Release notes Sourced from mockito-core's releases. v4.7.0 Changelog generated by Shipkit Changelog Gradle Plugin 4.7.0 2022-08-13 - 33 commit(s) by 198812345678, Andy Coates, Chen...

dependencies
java

This caused #1509 in the 1.308 release. ``` [INFO] Generating "Javadoc" report --- maven-javadoc-plugin:3.4.0:aggregate-no-fork [WARNING] An issue has occurred with maven-javadoc-plugin:3.4.0:aggregate-no-fork report, skipping LinkageError Receiver class org.apache.maven.plugins.javadoc.AggregatorJavadocNoForkReport does not define...

bug
task

**Describe the bug** Searching for repositories and getting the results via the `PagedSearchIterable` returns a subset of the results with duplicate `GHRepository` objects and has non-deterministic behavior. **To Reproduce** The...

more information needed

**Describe the bug** GHRepository#isDeleteBranchOnMerge alway returns false even if it's true **To Reproduce** Call GHRepository#isDeleteBranchOnMerge **Expected behavior** GHRepository#isDeleteBranchOnMerge should return true if its true

bug
more information needed

I have a Gradle build where I build a Docker image tar file which has a size of 166 MiB. I use the GitHub publish Gradle plugin and tried to...

enhancement

According to GH docs ([List users that are assigned to an organization role](https://docs.github.com/en/rest/orgs/organization-roles?apiVersion=2022-11-28#list-users-that-are-assigned-to-an-organization-role)), it should be: ``` https://api.github.com/orgs/ORG/organization-roles/ROLE_ID/users ``` In GHOrganization, I see there is a function `listMembersWithRole`, but it...

**Describe the bug** The [GitHub Docs](https://docs.github.com/en/rest/using-the-rest-api/best-practices-for-using-the-rest-api?apiVersion=2022-11-28) now say: > Otherwise, wait for at least one minute before retrying. If your request continues to fail due to a secondary rate limit,...

bug
new feature
enhancement

Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) from 5 to 6. Release notes Sourced from release-drafter/release-drafter's releases. v6.0.0 What's Changed Update Node.js to 20 (#1379) @​massongit Full Changelog: https://github.com/release-drafter/release-drafter/compare/v5.25.0...v6.0.0 v6.0.0-beta.1 Prerelease of v6, first release...

dependencies
github_actions

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.0.0 to 4.1.0. Release notes Sourced from codecov/codecov-action's releases. v4.1.0 What's Changed fix: set safe directory by @​thomasrockhu-codecov in codecov/codecov-action#1304 build(deps): bump github/codeql-action from 3.24.3 to 3.24.5...

dependencies
github_actions

Bumps [org.apache.bcel:bcel](https://github.com/apache/commons-bcel) from 6.8.1 to 6.8.2. Changelog Sourced from org.apache.bcel:bcel's changelog. Apache Commons BCEL Version 6.8.2 RELEASE NOTES Introduction The Apache Commons BCEL team is pleased to announce the release...

dependencies
java