Home

madison / open-git

public
Overview Code History Branches Pull requestsIssuesInsights Campfire Docs
main
HomeOverview Code PRsIssues

Let installation tokens comment, review, and post checks.

last month

f649dd1
Authored
moss8/16/2026, 1:26:48 AM
A bot grant is only useful if the public API can act as that bot on the pull request it was installed for.

Parent5c7d7e5

10 files changed
  • apps/web/app/api/repos/[repoId]/commits/[sha]/checks/route.ts+2−13
  • apps/web/app/api/v1/repos/[owner]/[repository]/commits/[sha]/checks/route.test.ts+26−6
  • apps/web/app/api/v1/repos/[owner]/[repository]/commits/[sha]/checks/route.ts+33−9
  • apps/web/app/api/v1/repos/[owner]/[repository]/pulls/[number]/comments/route.ts+79−0
  • apps/web/app/api/v1/repos/[owner]/[repository]/pulls/[number]/reviews/route.ts+85−0
  • apps/web/app/api/v1/repos/[owner]/[repository]/pulls/route.test.ts+99−1
  • apps/web/app/api/v1/repos/[owner]/[repository]/pulls/route.ts+57−0
  • apps/web/lib/api/v1-openapi.test.ts+4−0
  • apps/web/lib/api/v1-openapi.ts+244−10
  • docs/openapi.json+365−5