chore: update ci
This commit is contained in:
parent
b5b53c0dce
commit
5b08406222
2
.github/workflows/labeler.yml
vendored
2
.github/workflows/labeler.yml
vendored
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user