Joel
Joel
**Describe the bug** [GHBranchProtection](https://github.com/hub4j/github-api/blob/4e103a6b192ca88c7948457e2b21ea3e6be9de89/src/main/java/org/kohsuke/github/GHBranchProtection.java#L245) is using the `contexts` field in RequiredStatusChecks. [This field](https://docs.github.com/en/[email protected]/rest/reference/repos#update-branch-protection--parameters) was [deprecated in GitHub 3.0](https://docs.github.com/en/[email protected]/rest/reference/branches#update-branch-protection--parameters). > contexts(array of strings) | Required. Deprecated: The list of status checks...
Use the [RepositoryOwner](https://docs.github.com/en/graphql/reference/interfaces#repositoryowner) interface to query GitHub rather than the Organization interface. This allows GraphQL queries to work on both organizations and user spaces. **Before** Personal: ```console ❯ podman run...
**Is your feature request related to a problem? Please describe.** Creating a comment every time a commit is pushed to a PR is a non-starter for us. We would prefer...
**Is your feature request related to a problem? Please describe.** There should be more documentation explaining how to setup authorization in the OPAL client. There's plenty of documentation already available...
This Action should note that maximum size of an issue body is 65536 characters. Attempting to create an issue larger than this results in: > 422 Validation Failed [{Resource:Issue Field:body...
## What happened? When attempting to link to an attachment that is not an inline image, the resulting link is incorrect. ## What did you expect to happen? A link...