You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(bounties): support GITHUB_TOKEN auth for issue comments (#489)
Add a token auth mode to the GitHub comment client so a single PAT or
`gh auth token` value covers every repo the user can write to, with no
per-repo GitHub App install. Token takes precedence over the App; if
neither is configured the comment is silently skipped (unchanged).
- github-app.ts: isGitHubConfigured() + resolveToken() (GITHUB_TOKEN
first, else App installation token)
- document GITHUB_TOKEN in .env.example
Verified: tsc --noEmit (0), eslint (clean). Pre-commit build step skipped
(capped at 1024MB, OOMs locally; production build verified on the prior
merge).
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments