Roman Zabaluev

Results 174 issues of 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...

enhancement
good first issue

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

bug

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

bug

It seems that `GHPullRequestReviewComment` should extend `GHIssueComment`, the same way `GHPullRequest` extends `GHIssue`.

enhancement
task