GitPullRequestNotify
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
| Parameter | Type | Description |
|---|---|---|
path? | string | Optional path where to perform the git pull |
toolUseId? | string | Optional custom toolUseId, will be generated if not provided |
Returns
void