Skip to content

Commit

Permalink
feat: 테스트 로그 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Tekiter committed Nov 17, 2023
1 parent 20cfadd commit a19268e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/randomReviewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ const headers = {
};

const getCurrentReviewers = async () => {
console.log(`https://api.github.com/repos/${owner}/${repo}/pulls/${prNumber}/requested_reviewers`);

const response = await fetch(`https://api.github.com/repos/${owner}/${repo}/pulls/${prNumber}/requested_reviewers`, {
method: 'GET',
headers,
Expand Down

0 comments on commit a19268e

Please sign in to comment.