feat: enhance CreateMergeRequest options with assignee, reviewer, and label support
This commit is contained in:
3
index.ts
3
index.ts
@ -1001,6 +1001,9 @@ async function createMergeRequest(
|
||||
description: options.description,
|
||||
source_branch: options.source_branch,
|
||||
target_branch: options.target_branch,
|
||||
assignee_ids: options.assignee_ids,
|
||||
reviewer_ids: options.reviewer_ids,
|
||||
labels: options.labels?.join(","),
|
||||
allow_collaboration: options.allow_collaboration,
|
||||
draft: options.draft,
|
||||
}),
|
||||
|
Reference in New Issue
Block a user