@@ -193,9 +193,11 @@ $ sh scripts/image_push.sh docker_user_name
193193` update_label ` - Update an existing label in a project
194194` update_issue ` - Update an issue in a GitLab project
195195` update_issue_note ` - Modify an existing issue thread note
196+ ` update_draft_note ` - Update an existing draft note
196197` search_repositories ` - Search for GitLab projects
197198` retry_pipeline ` - Retry a failed or canceled pipeline
198199` push_files ` - Push multiple files to a GitLab project in a single commit
200+ ` publish_draft_note ` - Publish a single draft note
199201` promote_milestone ` - Promote a milestone to the next stage
200202` my_issues ` - List issues assigned to the authenticated user
201203` mr_discussions ` - List discussion items for a merge request
@@ -214,6 +216,7 @@ $ sh scripts/image_push.sh docker_user_name
214216` list_issue_links ` - List all issue links for a specific issue
215217` list_issue_discussions ` - List discussions for an issue in a GitLab project
216218` list_group_projects ` - List projects in a GitLab group with filtering options
219+ ` list_draft_notes ` - List draft notes for a merge request
217220` get_wiki_page ` - Get details of a specific wiki page
218221` get_users ` - Get GitLab user details by usernames
219222` 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
240243` delete_label ` - Delete a label from a project
241244` delete_issue ` - Delete an issue from a GitLab project
242245` delete_issue_link ` - Delete an issue link
246+ ` delete_draft_note ` - Delete a draft note
243247` create_wiki_page ` - Create a new wiki page in a GitLab project
244248` create_repository ` - Create a new GitLab project
245249` create_pipeline ` - Create a new pipeline for a branch or tag
@@ -253,6 +257,8 @@ $ sh scripts/image_push.sh docker_user_name
253257` create_issue ` - Create a new issue in a GitLab project
254258` create_issue_note ` - Add a new note to an existing issue thread
255259` create_issue_link ` - Create an issue link between two issues
260+ ` create_draft_note ` - Create a draft note for a merge request
256261` create_branch ` - Create a new branch in a GitLab project
257262` cancel_pipeline ` - Cancel a running pipeline
263+ ` bulk_publish_draft_notes ` - Publish all draft notes for a merge request
258264<!-- TOOLS-END -->
0 commit comments