github-api
github-api copied to clipboard
Java API for GitHub
**Describe the bug** This is a follow-up to issue #1244. v1.135 added `listRuns` to GHWorkflow, but that doesn’t have support for adding any query parameters list GHRepository’s `queryWorkflowRuns` does. I...
**Describe the bug** I need a issue list from a project column. The implementation is in a jenkins shared library. It's easy to use. Unfortunately I get an error. See...
# Description This PR aims to solve issue #1024. Aims to solve the following scenario. In cases where the Github URL contains `/api/v3`, `getPath()` assembles the URL incorrectly and duplicates...
# Description Implement getIssueNumber and getPullNumber as requested in [Issue 347](https://github.com/hub4j/github-api/issues/347). Tests are difficult to write because there are no existing tests that reach the methods in this particular class...
I was wondering if there is an API to manage GitHub repo secrets? `/repos/{owner}/{repo}/actions/secrets/{secret_name}` If we have developed one, could you please point me out how to use it?
Once I authenticate to GitHub with a valid access token, but then attempt to pull the Map of Gists using this method: `gitHub.getMyself().listGists();` It will give me a map of...
In #1185, @takezoe discovered that the date returned for `GHContentUpdatedResponse.commit` does not match up with `GHCommit`. It most closely matches `GHCommit.ShortInfo` but even that is not truly accurate. In #1190...
Help contributors follow submission guidelines for issue and pull requests in this project by making custom forms for default PR and bug report. https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository
**Describe the bug** I’ve been tracing the code to see why my application apparently succeeds in sending a workflow dispatch request yet the workflow never starts. Eventually I found that...