Interface: ProcessCommentsParams
Makaio Framework / contracts / ProcessCommentsParams
Interface: ProcessCommentsParams
Section titled “Interface: ProcessCommentsParams”Defined in: ../../../packages/contracts/src/capabilities/review/types.ts:70
Parameters for processing inline comments.
Properties
Section titled “Properties”comments
Section titled “comments”comments: readonly
object[]
Defined in: ../../../packages/contracts/src/capabilities/review/types.ts:76
Raw VCS review comments
sourceId
Section titled “sourceId”sourceId:
string
Defined in: ../../../packages/contracts/src/capabilities/review/types.ts:72
Source that fetched the comments
target
Section titled “target”target:
object
Defined in: ../../../packages/contracts/src/capabilities/review/types.ts:74
Target PR/branch
branch?
Section titled “branch?”
optionalbranch?:string
Branch name
headSha?
Section titled “headSha?”
optionalheadSha?:string
Head commit SHA
prNumber?
Section titled “prNumber?”
optionalprNumber?:number
Pull request number
repository
Section titled “repository”repository:
string
Repository identity (e.g., ‘owner/repo’)