Skip to content

Review Me

GitHub App

Review Me

GitHub App

NOTE: This App is deployed on a free Now tier. It might be a good idea to deploy your own instance. It's easy, don't worry ;)

A GitHub App built with probot that helps you to decide when a pull request is ready for review based on its statuses.

How it works

The app listens to pull request statuses and adds a review label (Review me by default) if all statuses matched. Otherwise, it removes the label.

That way, maintainers/reviewers can filter pull requests to look only into ready ones.

Usage

  1. Install the App
  2. Create .github/review-me.yml based on the following template
  3. It will start to listen to pull request statuses and update them accordingly.

A .github/review-me.yml file is required to enable the app:

# List of contexts (i.e. apps) and their corresponding statuses
when:
  # Allowed statuses are:
  #
  #   - success
  #   - failure
  #   - pending
  #   - error
  continuous-integration/travis-ci/pr: success
  wip: pending
  dep: failure

# Override default label (optional)
label: 'Review Me'

Deployment

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

Like it?

Give the app repository a star(:star:)

License

MIT © Ahmed T. Ali

Developer

Review Me is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

Report abuse