Configurations

Configure code review interactions with your teams

Configurations lets you manage Baz’s automated behavior across your team’s code review workflow. Use these toggles to adjust review triggers, approvals, and comment behaviors.

Configurations

Available Settings

Setting

Description

Default

Review draft Change Requests

Baz will analyze and comment on Change Requests that are still in draft state.

On

Auto-approve valid Change Requests

When no issues are found, Baz will automatically approve the Change Request.

Off

Add “baz approved” label

Applies a baz approved label if all checks pass and no issues are found.

Off

Add Baz-generated description

Appends a summary generated by Baz to the Change Request description.

On

Review only when requested

Baz will only perform a review when explicitly requested via comment or toggle.

Off

Review after each push

Triggers Baz to re-review the Change Request automatically after new commits are pushed.

On

Re-review after comments are resolved

If Baz previously left comments and those are resolved, Baz will re-review the Change Request.

On

Re-review on GitHub review dismissal

When a GitHub reviewer’s approval is dismissed, Baz will re-review the Change Request.

Off

Tip: Use these settings to align Baz with your team's review cadence—whether fully automated, manual, or hybrid.


FAQ

How do I invoke a code review "on-demand"?

Add a new comment on the PR and use any plain language and request Baz to review or summarize like `Baz please review this PR` or even `baz summery plz`

How do I invoke a summary "on-demand"

The same as reviews - just add a new comment and ask Baz for a PR summary.

Last updated