Skip to main content

GitPullRequestNotify

@codebolt/codeboltjs


Function: GitPullRequestNotify()

function GitPullRequestNotify(path?: string, toolUseId?: string): void;

Defined in: packages/codeboltjs/src/notificationfunctions/git.ts:101

Sends a git pull request notification

Parameters

ParameterTypeDescription
path?stringOptional path where to perform the git pull
toolUseId?stringOptional custom toolUseId, will be generated if not provided

Returns

void