Skip to content

Commit

Permalink
Update build-tools/packages/build-cli/src/library/githubRest.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Tyler Butler <tyler@tylerbutler.com>
  • Loading branch information
jatgarg and tylerbutler authored Oct 3, 2024
1 parent bb44922 commit 9e4a477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-tools/packages/build-cli/src/library/githubRest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export async function isPrApprovedByUsers(
}

/**
* Create or Update(If already exists based on commentIdentifier) a review comment on a PR.
* Creates or modifies a single review comment on a PR. The comment is identified with a unique identifier, so the same comment is updated on repeated calls.
*
* @param github - Details about the GitHub repo and auth to use.
* @param prNumber - Pull request number.
Expand Down

0 comments on commit 9e4a477

Please sign in to comment.