# Functions

ReadConfiguration attempts to read a Configuration object from the provided Reader.

# Constants

ApprovalModeRequireAll indicates that a review from all of the listed teams is required for a PR to be approved.
ApprovalModeRequireAny indicates that a review from any of the listed teams is required for a PR to be approved.
ConfigurationFilePath is the path to the file where configuration is specified, relative to the root of the repository.

# Structs

No description provided by the author
Configuration is used to configure the approval process for PRs in a given repository.
PullRequestApprovalRule is used to associate a set of rules with a set of target branches.
Rule is used to configure approval of PRs based on a particular regular expression.

# Type aliases

No description provided by the author