-
-
Notifications
You must be signed in to change notification settings - Fork 17
Closed
Description
I simply get an error Cannot rename "test" label: Not Found
.
ghaction-github-labeler/src/labeler.ts
Line 157 in 1479af0
current_name: label.from_name, |
Looking above call, shouldn't parameters be like in an api docs:
await octokit.request('PATCH /repos/{owner}/{repo}/labels/{name}', {
owner: 'octocat',
repo: 'hello-world',
name: 'name',
new_name: 'new_name'
})
Metadata
Metadata
Assignees
Labels
No labels