From dcce5ad3b3314d09bb017b272358bcc045fdb00f Mon Sep 17 00:00:00 2001 From: Tyler Veness Date: Sun, 23 Oct 2022 10:15:42 -0700 Subject: [PATCH] [ci] Update github-script API usage (#4504) --- .github/workflows/comment-command.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/comment-command.yml b/.github/workflows/comment-command.yml index cc73d03d39..1b7d51888b 100644 --- a/.github/workflows/comment-command.yml +++ b/.github/workflows/comment-command.yml @@ -13,7 +13,7 @@ jobs: with: script: | const {owner, repo} = context.issue - github.reactions.createForIssueComment({ + github.rest.reactions.createForIssueComment({ owner, repo, comment_id: context.payload.comment.id,