Roman Zabaluev
Roman Zabaluev
Github introduced new enhancements to issues: issue types, sub-issues, and other minor issues. It seems like they're forcing these issue types by default now, the field is visible even if...
**Describe the bug** `isPullRequest` in GHIssue returns false due to `pull_request == null` condition. The PR object was acquired via `payload.getPullRequest()` method of `GHEventPayload.PullRequest` class. **To Reproduce** Steps to reproduce...
**Describe the bug** If a branch (`GHBranch`) is protected via rulesets rather than classic (deprecated?) branch protection rules, `GHBranch#isProtected()` returns `true`, but `GHBranch#getProtection` desintegrates with the following exception: ``` org.kohsuke.github.GHFileNotFoundException:...
It seems that `GHPullRequestReviewComment` should extend `GHIssueComment`, the same way `GHPullRequest` extends `GHIssue`.