chore: update ci

This commit is contained in:
taskylizard 2024-06-03 07:28:29 +00:00
parent b5b53c0dce
commit 5b08406222
No known key found for this signature in database
GPG Key ID: 1820131ED1A24120

View File

@ -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,