From 73c4a57aa67e0f3da2afaeac3e7aa4bd5a7ee36c Mon Sep 17 00:00:00 2001 From: Jack Steam Date: Tue, 4 Feb 2025 11:47:51 -0600 Subject: [PATCH] chore: debug status notice workflow --- .github/workflows/status-notice.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/status-notice.yml b/.github/workflows/status-notice.yml index d31411ac1..dc4867aa9 100644 --- a/.github/workflows/status-notice.yml +++ b/.github/workflows/status-notice.yml @@ -30,8 +30,8 @@ jobs: *This is an automated message. Please do not reply to this comment.*`; async function hasExistingNotice(params) { - console.log(Object.keys(github)); - const comments = await github.issues.listComments(params); + console.log(Object.keys(github.rest)); + const comments = await github.rest.issues.listComments(params); console.log('Existing comments:', comments.data); const botLogin = 'github-actions[bot]'; return comments.data.some(comment =>