Skip to content

Commit

Permalink
Automated build of 99fcf0a
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jun 3, 2024
1 parent 99fcf0a commit 75d84b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13654,7 +13654,7 @@ async function run() {
requestedReviewers = res.data.users.map(u => u.login);
})

console.og(`reviewRequests: ${JSON.stringify(reviewRequests, undefined, 2)}`)
console.log(`reviewRequests: ${JSON.stringify(reviewRequests, undefined, 2)}`)
console.log(`requestedReviewers: ${JSON.stringify(requestedReviewers, undefined, 2)}`)

const prReviews = await octokit.request('GET /repos/{owner}/{repo}/pulls/{pull_number}/reviews', {
Expand Down

0 comments on commit 75d84b1

Please sign in to comment.