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

**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...

more information needed

**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...

bug

# 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...

work-abandoned

# 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?

enhancement

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...

bug

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...

bug

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

task
good first issue

**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...

bug
enhancement