github-api
github-api copied to clipboard
Java API for GitHub
Ability to delete a deployment is missing GHDeployment.delete should be added
Ability to rename a branch is missing GHBranch.rename should be added
# Description This fix is adding deployment deletion support (fix #1965) # Before submitting a PR: - [X] Changes must not break binary backwards compatibility. If you are unclear on...
allowSquashMerge is only accepting an "enabled" parameter whereas the GitHub API is gving the ability to set the "Default commit message" (default message, PR title, PR title + commit details,...
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.14.0 to 5.14.1. Release notes Sourced from org.mockito:mockito-core's releases. v5.14.1 Changelog generated by Shipkit Changelog Gradle Plugin 5.14.1 2024-09-30 - 2 commit(s) by Brice Dutheil, dependabot[bot] fix:...
https://github.com/hub4j/github-api/pull/1935/files#r1778850947 - Anchor @ihrigb Noted that `GHRepository.getPullRequests(GHIssueState)` was not marked as Deprecated but was removed in `2.0-alpha-1`. Did a search on usages: https://github.com/search?q=org%3Ajenkinsci+getPullRequests+path%3A%2F%5Esrc%5C%2Fmain%5C%2Fjava%5C%2F%2F+org.kohsuke.github&type=code It looks like there's at least one...
Bumps [org.junit.vintage:junit-vintage-engine](https://github.com/junit-team/junit5) from 5.10.2 to 5.11.1. Release notes Sourced from org.junit.vintage:junit-vintage-engine's releases. JUnit 5.11.1 = Platform 1.11.1 + Jupiter 5.11.1 + Vintage 5.11.1 See Release Notes. Full Changelog: https://github.com/junit-team/junit5/compare/r5.11.0...r5.11.1 JUnit...
Hi there @bernd @vbehar @kozmic @jkrall @derfred great work! 😍 I'm sharing your project on my own C++ project for Github API https://github.com/aeonSolutions/AeonLabs-GitHub-API-C-library 👍
I have configured a Github App for Jenkins and I am running a Global seed job which would connect to the Github API and retrieve all the repositories in the...
# Description Adds missing fields for the `GHAsset` and `GHRelease` classes. See: https://docs.github.com/en/rest/releases/releases?apiVersion=2022-11-28 I didn't bother adding tests because it's just new fields/getters. Fixes #2102 # Before submitting a PR:...