# Packages
No description provided by the author
# Functions
NewService builds a new PR service with the given configuration.
UpdateMessage uses the given editor to edit the commit message of the given PR.
Walk traverses a pull request tree by visiting the given pull requests and their children in an unspecified order.
# Structs
Service is a PR service.
ServiceConfig specifies the different parameters for a PR service.
WalkConfig configures a pull request traversal.
# Interfaces
Visitor defines what to do at each pull request during a walk.