From 5c7ca60cca10fc6ae9b8494168085ee38682e393 Mon Sep 17 00:00:00 2001 From: heerim hong Date: Thu, 24 Oct 2024 18:06:49 +0900 Subject: [PATCH] change scripts --- .github/workflows/on-issue-opened.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/on-issue-opened.yml b/.github/workflows/on-issue-opened.yml index 8f565bc..f76a67e 100644 --- a/.github/workflows/on-issue-opened.yml +++ b/.github/workflows/on-issue-opened.yml @@ -16,7 +16,9 @@ jobs: owner: 'Henry-Hong', repo: 'i-am-not-a-junior-frontend', pull_number: 2, - }) + }); + + console.log(result); # github.rest.pulls.listReviewComments({ # owner: context.repo.owner,