Skip to content

feat/ci methods#12

Merged
ralflang merged 7 commits into
FRAMEWORK_6_0from
feat/ci-methods
Jun 24, 2026
Merged

feat/ci methods#12
ralflang merged 7 commits into
FRAMEWORK_6_0from
feat/ci-methods

Conversation

@ralflang

@ralflang ralflang commented Jun 24, 2026

Copy link
Copy Markdown
Member

Add CheckRun, Review, Comment and Label handling

New features

  • feat(checkrun): add createCheckRun, updateCheckRun, getCheckRun
  • feat(error): typed GithubApiAccessDeniedException on 403 missing-permission
  • feat(reviewcomment): add per-line PR review-comment CRUD
  • feat(label): add repository-level label CRUD
  • feat: removeAllLabels method

Fixes

  • fix(pagination): handle empty Link header without TypeError

Tests

  • test: merge tests/ into test/ and style FQCN usage

ralflang added 7 commits June 20, 2026 16:46
Closes the CRUD set started by listCheckRuns. Adds CreateCheckRunParams
and UpdateCheckRunParams plus three request factories; decoding reuses
the existing GithubCheckRun::fromApiResponse.

Endpoints:
- POST   /repos/{owner}/{repo}/check-runs
- PATCH  /repos/{owner}/{repo}/check-runs/{id}
- GET    /repos/{owner}/{repo}/check-runs/{id}
@ralflang ralflang merged commit d499c55 into FRAMEWORK_6_0 Jun 24, 2026
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant