[Fix]: allow agent to configure draft status for opened prs/mrs via git mcp (#9117)

This commit is contained in:
Rohit Malhotra
2025-06-13 17:06:23 -04:00
committed by GitHub
parent e6036b8346
commit 53623c76b5
2 changed files with 3 additions and 2 deletions

View File

@@ -470,7 +470,6 @@ class GitLabService(BaseGitService, GitService):
target_branch: The name of the branch you want the changes merged into
title: The title of the merge request (optional, defaults to a generic title)
description: The description of the merge request (optional)
draft: Whether to create the MR as a draft (optional, defaults to False)
Returns:
- MR URL when successful