0.0.1
feat(issuetype): add org issue-type CRUD with assign/unassign helpers
feat(milestone): add milestone CRUD with assign/unassign helpers
feat(issue): add issues base surface with type/milestone-aware IssueUpdate
test: merge tests/ into test/ and style FQCN usage
feat: removeAllLabels method
feat(label): add repository-level label CRUD
fix(pagination): handle empty Link header without TypeError
feat(reviewcomment): add per-line PR review-comment CRUD
feat(error): typed GithubApiAccessDeniedException on 403 missing-permission
feat(checkrun): add createCheckRun, updateCheckRun, getCheckRun
chore: Update workflow dependency