File tree Expand file tree Collapse file tree 3 files changed +489
-31
lines changed Expand file tree Collapse file tree 3 files changed +489
-31
lines changed Original file line number Diff line number Diff line change @@ -203,7 +203,13 @@ $ sh scripts/image_push.sh docker_user_name
203
203
19 . ` create_merge_request_note ` - Add a new note to an existing merge request thread
204
204
20 . ` update_issue_note ` - Modify an existing issue thread note
205
205
21 . ` create_issue_note ` - Add a new note to an existing issue thread
206
- 22 . ` list_issues ` - List issues in a GitLab project with filtering options
206
+ 22 . ` list_draft_notes ` - List draft notes for a merge request
207
+ 23 . ` create_draft_note ` - Create a draft note for a merge request
208
+ 24 . ` update_draft_note ` - Update an existing draft note
209
+ 25 . ` delete_draft_note ` - Delete a draft note
210
+ 26 . ` publish_draft_note ` - Publish a single draft note
211
+ 27 . ` bulk_publish_draft_notes ` - Publish all draft notes for a merge request
212
+ 28 . ` list_issues ` - List issues in a GitLab project with filtering options
207
213
23 . ` get_issue ` - Get details of a specific issue in a GitLab project
208
214
24 . ` update_issue ` - Update an issue in a GitLab project
209
215
25 . ` delete_issue ` - Delete an issue from a GitLab project
You can’t perform that action at this time.
0 commit comments