From 5b0840622283b81b8840e69543515ca481d27822 Mon Sep 17 00:00:00 2001 From: taskylizard <75871323+taskylizard@users.noreply.github.com> Date: Mon, 3 Jun 2024 07:28:29 +0000 Subject: [PATCH] chore: update ci --- .github/workflows/labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index eb224ea2f..ceb1b7885 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -42,7 +42,7 @@ jobs: with: script: | const prNumber = context.payload.pull_request.number; - await github.issues.addAssignees({ + await github.rest.issues.addAssignees({ owner: context.repo.owner, repo: context.repo.repo, issue_number: prNumber,