@@ -193,9 +193,11 @@ $ sh scripts/image_push.sh docker_user_name
193
193
` update_label ` - Update an existing label in a project
194
194
` update_issue ` - Update an issue in a GitLab project
195
195
` update_issue_note ` - Modify an existing issue thread note
196
+ ` update_draft_note ` - Update an existing draft note
196
197
` search_repositories ` - Search for GitLab projects
197
198
` retry_pipeline ` - Retry a failed or canceled pipeline
198
199
` push_files ` - Push multiple files to a GitLab project in a single commit
200
+ ` publish_draft_note ` - Publish a single draft note
199
201
` promote_milestone ` - Promote a milestone to the next stage
200
202
` my_issues ` - List issues assigned to the authenticated user
201
203
` mr_discussions ` - List discussion items for a merge request
@@ -214,6 +216,7 @@ $ sh scripts/image_push.sh docker_user_name
214
216
` list_issue_links ` - List all issue links for a specific issue
215
217
` list_issue_discussions ` - List discussions for an issue in a GitLab project
216
218
` list_group_projects ` - List projects in a GitLab group with filtering options
219
+ ` list_draft_notes ` - List draft notes for a merge request
217
220
` get_wiki_page ` - Get details of a specific wiki page
218
221
` get_users ` - Get GitLab user details by usernames
219
222
` get_repository_tree ` - Get the repository tree for a GitLab project (list files and directories)
@@ -240,6 +243,7 @@ $ sh scripts/image_push.sh docker_user_name
240
243
` delete_label ` - Delete a label from a project
241
244
` delete_issue ` - Delete an issue from a GitLab project
242
245
` delete_issue_link ` - Delete an issue link
246
+ ` delete_draft_note ` - Delete a draft note
243
247
` create_wiki_page ` - Create a new wiki page in a GitLab project
244
248
` create_repository ` - Create a new GitLab project
245
249
` create_pipeline ` - Create a new pipeline for a branch or tag
@@ -253,6 +257,8 @@ $ sh scripts/image_push.sh docker_user_name
253
257
` create_issue ` - Create a new issue in a GitLab project
254
258
` create_issue_note ` - Add a new note to an existing issue thread
255
259
` create_issue_link ` - Create an issue link between two issues
260
+ ` create_draft_note ` - Create a draft note for a merge request
256
261
` create_branch ` - Create a new branch in a GitLab project
257
262
` cancel_pipeline ` - Cancel a running pipeline
263
+ ` bulk_publish_draft_notes ` - Publish all draft notes for a merge request
258
264
<!-- TOOLS-END -->
0 commit comments