Versions in this module Expand all Collapse all v1 v1.0.0 Dec 17, 2024 Changes in this version + type PullRequest struct + Author struct{ ... } + IsDraft bool + Number int + State PullRequestState + Title string + Url string + func (pr PullRequest) PRNumberString() string + func (pr PullRequest) StateString() string + type PullRequestState string + const PullRequestStateClosed + const PullRequestStateMerged + const PullRequestStateOpen