Fix openhands-agent comment detection #18
Annotations
3 errors
src/services/github.test.ts > GitHub Service > should detect openhands-agent comments in issues:
src/services/github.ts#L54
TypeError: Cannot read properties of undefined (reading 'login')
❯ isBotComment src/services/github.ts:54:23
❯ isStartWorkComment src/services/github.ts:59:8
❯ processIssueComments src/services/github.ts:115:20
❯ fetchBotActivities src/services/github.ts:188:33
❯ src/services/github.test.ts:55:24
|
src/services/github.test.ts > GitHub Service > should detect openhands-agent comments in PRs:
src/services/github.ts#L54
TypeError: Cannot read properties of undefined (reading 'login')
❯ isBotComment src/services/github.ts:54:23
❯ isPRModificationComment src/services/github.ts:85:8
❯ processPRComments src/services/github.ts:144:20
❯ fetchBotActivities src/services/github.ts:196:28
❯ src/services/github.test.ts:101:24
|
test
Process completed with exit code 1.
|