xanzy / go-gitlab

GitLab Go SDK
Apache License 2.0
2.36k stars 934 forks source link

Add support for "draft" notes #1905

Closed harrisoncramer closed 4 months ago

harrisoncramer commented 4 months ago

This MR adds supports for draft notes, which are special notes that are part of a review and can be "published."

Documentation for this resource type is here: https://docs.gitlab.com/ee/api/draft_notes.html

harrisoncramer commented 4 months ago

Implements #1861