From 97c2cb3204218648486cd2af8020f244957c9ca4 Mon Sep 17 00:00:00 2001 From: Sakamoto Noriaki Date: Mon, 23 Oct 2023 19:35:33 +0900 Subject: [PATCH] Fix automatic-rebase.yaml --- .github/workflows/automatic-rebase.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/automatic-rebase.yaml b/.github/workflows/automatic-rebase.yaml index ba5869d7..b4a1835f 100644 --- a/.github/workflows/automatic-rebase.yaml +++ b/.github/workflows/automatic-rebase.yaml @@ -34,7 +34,7 @@ jobs: if: failure() with: script: | - github.pulls.createComment({ + github.rest.pulls.createComment({ pull_number: context.issue.number, owner: context.repo.owner, repo: context.repo.repo,