mirror of
https://forgejo.stefka.eu/jiriks74/create-pull-request.git
synced 2025-01-18 16:01:06 +01:00
fix: use the correct assignees property
This commit is contained in:
parent
34371f09e5
commit
ed00d4629c
2 changed files with 2 additions and 2 deletions
|
@ -141,7 +141,7 @@ export class GitHubHelper {
|
|||
await this.octokit.issues.addAssignees({
|
||||
...this.parseRepository(baseRepository),
|
||||
issue_number: pull.number,
|
||||
labels: inputs.assignees
|
||||
assignees: inputs.assignees
|
||||
})
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue