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`.
### Is this a support request? - [x] This is not a support request ### Is there an existing issue for this? - [x] I have searched the existing issues...
### Is this a support request? - [x] This is not a support request ### Is there an existing issue for this? - [x] I have searched the existing issues...
### Is this a support request? - [x] This is not a support request ### Is there an existing issue for this? - [x] I have searched the existing issues...
Docs: https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference#cooldown- - For all types of dependencies. Maybe longer for frontend ones, as NPM is more susceptible to supply chain attacks - Security patches will be raise as a...
- [ ] **Breaking change?** (if so, please describe the impact and migration path for existing application instances) **What changes did you make?** (Give an overview) Fixes #852 **Is there...
- [ ] **Breaking change?** (if so, please describe the impact and migration path for existing application instances) **What changes did you make?** (Give an overview) Fixes #536 **Is there...