# Functions
GetOpenPRs returns an array of all open PR's that target the $base branch.
GetRef returns the ref of the $target branch.
UpdateOpenPRs will update all open PR's that pointed to $base to instead point to $target Example: Update all open PR's that point to 'master' to point to 'main'.
# Structs
CloseCommand is a struct used to configure a Command for closing an open PR.
MergeCommand is a struct used to configure a Command for merging an open PR.
UpdateCommand is a struct used to configure a Command for updating open PR's that target master to target the new $base.