Skip to main content

Module pr

Module pr 

Source
Expand description

runtime pr — list / view / create / comment / close / reopen / checkout / merge / review.

checkout fetches the PR’s source branch via git fetch and checks it out locally; merge calls mergePullRequest; review calls submitPullRequestReview with the appropriate state enum.

Structs§

CommentArgs
CreateArgs
ListArgs
MergeArgs
NumberArgs
ReviewArgs
ViewArgs

Enums§

PrCmd

Functions§

run