MCPcopy Create free account
hub / github.com/github/gh-aw / createReviewWithRetry

Function createReviewWithRetry

actions/setup/js/pr_review_buffer.cjs:555–557  ·  view source on GitHub ↗
(params)

Source from the content-addressed store, hash-verified

553 }
554
555 async function createReviewWithRetry(params) {
556 return withRetry(() => github.rest.pulls.createReview(params), REVIEW_RATE_LIMIT_RETRY_CONFIG, `pulls.createReview ${repo}#${pullRequestNumber}`);
557 }
558
559 async function fetchAfterStateIfAvailable() {
560 // Only fetch after-state when before-state capture succeeded; otherwise we are

Callers 1

submitReviewFunction · 0.85

Calls 1

withRetryFunction · 0.85

Tested by

no test coverage detected