From 9c2df98fbf178ccc7236ca7607dfc7d15f8f8f9e Mon Sep 17 00:00:00 2001 From: lowlighter <22963968+lowlighter@users.noreply.github.com> Date: Wed, 26 Jan 2022 22:54:47 -0500 Subject: [PATCH] fix(ci): v5 of gh scripts [skip ci] --- .github/workflows/branches.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/branches.yml b/.github/workflows/branches.yml index d67fd12f..09fdcf04 100644 --- a/.github/workflows/branches.yml +++ b/.github/workflows/branches.yml @@ -17,7 +17,7 @@ jobs: with: script: | const {issue:{number:issue_number}, repo:{owner, repo}} = context - github.issues.createComment({issue_number, owner, repo, body:[ + github.rest.issues.createComment({issue_number, owner, repo, body:[ "Hello there 👋!", "", "It seems you have opened a pull request on either `main`, `latest` or `examples`.",