Enable in a sub-repository

You can start enabling FlexReview features from some parts of your repository.

Automatically suggest a reviewer

You can run /aviator flexreview suggest on any PR to get a FlexReview suggestion. FlexReview can post this suggestion comment automatically when a PR is created.

Approval Check [Deprecated]

You can require a PR to be reviewed by an expert before merge.

  1. Add a directory path that you want to suggest a reviewer automatically in the Approval Check config

  2. Click the save button

With this config, FlexReview will post a GitHub status check on a new PR that touches the files under that directory. This status check is looking into the reviewers and their approvals, and it checks if the approvals satisfy the expert approval requirements on the modified files.

Last updated