mirror of
https://github.com/fmhy/edit.git
synced 2026-01-17 17:31:18 +11:00
chore: update ci
This commit is contained in:
parent
b5b53c0dce
commit
5b08406222
1 changed files with 1 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue