Reviewing Pull Requests
Adding Korbit as a Reviewer
By default, Korbit will automatically comment on all pull requests in your repository, but not draft PRs. If you would prefer to have Korbit automatically comment on drafts, you can set this preference here (opens in a new tab).
At any time you can manually ask Korbit to review your PR using the /korbit-review
command in a comment at the root of your PR. You can also disable automatic reviews and Korbit will only provide comments when explicitly invoked using the /korbit-review
command.
Automatic Incremental Reviews
This feature is currently in preview. You can enable it in the Korbit Labs (opens in a new tab) section of the Korbit Console.
When enabled, Korbit will automatically review new commits as you push them to a branch with an open pull request.
Korbit will only leave comments if it detects issues, and you’ll see the review status reflected in the commit check (GitHub), label (GitLab), or build status (Bitbucket).
Re-running a PR Scan
If you make changes to your pull request and would like Korbit to take another look, you can invoke the /korbit-review
command in a new comment at the root of your PR.