1.0.3 • Published 6 years ago

minimum-reviews v1.0.3

Weekly downloads
1
License
ISC
Repository
github
Last release
6 years ago

Probot: Minimum Reviews Build Status

a GitHub App built with Probot that enforces a minimum number of reviews in Pull Requests.

Screenshot

Usage

  1. See docs/deploy.md to learn how to deploy your own instance of this app.
  2. Create .github/minimum-reviews.yml based on the following template.
  3. It will wait for pull requests to be reviewed before marking them as ready to be merged.

A .github/minimum-reviews.yml file is required to enable the plugin.

# Number of reviews required to mark the pull request as valid
reviewsUntilReady: 2

# Number of changes in the pull request to start enforcing the reviewsUntilReady rule
changesThreshold: 100

# Message to display when the commit status passes
readyMessage: 'No pending reviews'

# Message to display when the commit status fails
notReadyMessage: 'Pending review approvals'

# Status to set the commit to when waiting for reviews
# 'failure, error, and pending' are the suggested options
notReadyState: 'pending'

Deployment

See docs/deploy.md if you would like to run your own instance of this app.

1.0.3

6 years ago

1.0.2

6 years ago

1.0.0

6 years ago