Skip to main content

Module pulls

Module pulls 

Source

Structs§

CreatePr
EditPr
Fields for pr edit. All optional; only Some fields are sent, so unset values are never blanked. labels/assignees/testers arrive pre-joined (comma-separated) by the handler. Param names per the v5 swagger, except assignees/testers which the PATCH swagger omits — names follow the PR create endpoint; live round-trip is unverified (no mutations in tests).
PrCommentFilter
Filters for Pulls::list_comments. kind is the CLI vocabulary; ops maps it to Gitee’s comment_type query (diff_comment | pr_comment).
PrCommentPositional
Optional form fields for Pulls::comment line/diff comments (commit_id, path, position). Omitted fields are not sent.
PrFilter
Pulls