Skip to content

Commit 5f08153

Browse files
author
Gaurav Tiwari
committed
feat: Add createDraftNote api support, useful for bulk code review
1 parent ee16a17 commit 5f08153

File tree

3 files changed

+489
-31
lines changed

3 files changed

+489
-31
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,13 @@ $ sh scripts/image_push.sh docker_user_name
203203
19. `create_merge_request_note` - Add a new note to an existing merge request thread
204204
20. `update_issue_note` - Modify an existing issue thread note
205205
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
207213
23. `get_issue` - Get details of a specific issue in a GitLab project
208214
24. `update_issue` - Update an issue in a GitLab project
209215
25. `delete_issue` - Delete an issue from a GitLab project

0 commit comments

Comments
 (0)