Home

madison / open-git

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

Show bot actors on pull requests, checks, and profiles.

last month

0d843cd
Authored
moss8/16/2026, 1:26:58 AM
Comments and checks from an installation should read as the bot, not as a missing user.

Parent8d9ef92

17 files changed
  • apps/web/app/[username]/[repository]/pulls/[number]/pull-request-detail.tsx+2−13
  • apps/web/app/[username]/page.tsx+16−2
  • apps/web/app/api/viewer/avatar/route.ts+8−107
  • apps/web/app/ci-lab/page.tsx+1−0
  • apps/web/app/home/autopilot-trigger-demo.tsx+1−0
  • apps/web/app/home/page.tsx+19−2
  • apps/web/app/onboarding/onboarding-experience.tsx+11−2
  • apps/web/app/sign-in/page.tsx+13−2
  • apps/web/app/sign-in/sign-in-form.tsx+14−2
  • apps/web/app/sign-up/page.tsx+24−6
  • apps/web/app/sign-up/sign-up-form.tsx+4−2
  • apps/web/components/ci/check-row.tsx+5−0
  • apps/web/components/ci/live-checks.tsx+1−0
  • apps/web/components/conversation/conversation-author.test.ts+37−0
  • apps/web/components/conversation/conversation-author.ts+7−2
  • apps/web/components/conversation/conversation-profile-href.test.ts+21−0
  • apps/web/components/conversation/conversation-profile-href.ts+9−1