Skip to content

Interface: ProcessCommentsParams

Makaio Framework


Makaio Framework / contracts / ProcessCommentsParams

Defined in: ../../../packages/contracts/src/capabilities/review/types.ts:70

Parameters for processing inline comments.

comments: readonly object[]

Defined in: ../../../packages/contracts/src/capabilities/review/types.ts:76

Raw VCS review comments


sourceId: string

Defined in: ../../../packages/contracts/src/capabilities/review/types.ts:72

Source that fetched the comments


target: object

Defined in: ../../../packages/contracts/src/capabilities/review/types.ts:74

Target PR/branch

optional branch?: string

Branch name

optional headSha?: string

Head commit SHA

optional prNumber?: number

Pull request number

repository: string

Repository identity (e.g., ‘owner/repo’)