Documentation
¶
Index ¶
- func CreateFileReviewComment(ctx workflow.Context, thrippyID, owner, repo string, prID int, msg string) (string, error)
- func CreateIssueComment(ctx workflow.Context, thrippyID, owner, repo string, issue int, msg string) (string, error)
- func CreateReviewCommentReply(ctx workflow.Context, thrippyID, owner, repo string, prID, commentID int, ...) (string, error)
- func GetPullRequest(ctx workflow.Context, thrippyID, prURL string) (*github.PullRequest, error)
- func ListPullRequestFiles(ctx workflow.Context, thrippyID, owner, repo string, prID int) ([]github.File, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateFileReviewComment ¶
func CreateIssueComment ¶
func GetPullRequest ¶ added in v1.9.3
GetPullRequest allows the Thrippy link ID to be empty, even though it is encouraged to specify it.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.