Skip to content

createIssueLogger

createIssueLogger(deps): (s, git) => Promise<void>

Defined in: src/issue-log.ts:80

Build the session:git handler: post any owed comments, stamping each only after its comment succeeded. The in-flight guard closes the check-then-comment race when two git events for one session land back-to-back (poller + repushHandoff).

IssueLogDeps

(s, git) => Promise<void>