# Configurations

**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.

<figure><img src="https://3328658395-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVjqbueGEV6lEh1M5NENO%2Fuploads%2FpV92rpsQcITTioLEtJIV%2FScreenshot%202026-03-23%20at%2015.15.34.png?alt=media&#x26;token=666db932-bc89-4fe1-8f77-b0775c6db964" alt=""><figcaption><p>Baz Configurations</p></figcaption></figure>

Baz configurations are organized around how your team wants Baz to operate across the development lifecycle - from reviewing code to taking automated actions. \
They are divided into two main areas:

* **Auto Audit -** Controls how Baz reviews and analyzes your code.
  * Trigger mode
  * Review Visibility & Controls
  * Content Filtering
* **Auto Resolve & Approve -** Controls how Baz takes action on your behalf.

#### Available Settings

| **Category**                                                          | **Setting**                            | **Description**                                                                                                                                                                                     | **Default**          |
| --------------------------------------------------------------------- | -------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------- |
| <p><strong>Auto Audit</strong><br>Trigger mode</p>                    | Reviewer on demand                     | Baz will only review Pull Requests when requested                                                                                                                                                   | Off                  |
| <p><strong>Auto Audit</strong><br>Trigger mode</p>                    | Summary on demand                      | Baz will only generate description when requested                                                                                                                                                   | Off                  |
| <p><strong>Auto Audit</strong><br>Trigger mode</p>                    | Recommended agents generation cycle    | Choose how often Baz will scan historical discussions in order to create new recommended reviewers. It is recommended to choose a time interval in which sufficient discussions may be accumulated. | Off                  |
| <p><strong>Auto Audit</strong></p><p>Review Visibility & Controls</p> | Disable review status in GitHub checks | Baz code reviews will not appear as a GitHub Actions check on pull requests                                                                                                                         | Off                  |
| <p><strong>Auto Audit</strong></p><p>Review Visibility & Controls</p> | Enable PR graph generation             | Baz will include graphs as part of its PR summary                                                                                                                                                   | Off                  |
| <p><strong>Auto Audit</strong></p><p>Review Visibility & Controls</p> | Limit commets per PR                   | Prevent overwhelming developers with too many comments                                                                                                                                              | Off                  |
| <p><strong>Auto Audit</strong></p><p>Review Visibility & Controls</p> | Review draft PRs                       |                                                                                                                                                                                                     | Off                  |
| <p><strong>Auto Audit</strong></p><p>Review Visibility & Controls</p> | Comment on CI failures                 | Comment on issues extracted from CI logs                                                                                                                                                            | On                   |
| <p><strong>Auto Audit</strong></p><p>Review Visibility & Controls</p> | Ignore branch patterns                 | Do not review branches that match the following patterns                                                                                                                                            | Off                  |
| <p><strong>Auto Audit</strong></p><p>Review Visibility & Controls</p> | Comments fixing option                 | Choose which fix implementation options are shown in Baz GitHub comments                                                                                                                            | All options selected |
| <p><strong>Auto Audit</strong></p><p>Content Filtering</p>            | Filtered names                         | Enter names you would like Baz to ignore                                                                                                                                                            | Off                  |
| <p><strong>Auto Resolve & Approve</strong><br>Auto resolve rules</p>  | Reply to Resolved Discussions          | Enable reply comments indicating whether each discussion was resolved                                                                                                                               | On                   |
| <p><strong>Auto Resolve & Approve</strong><br>Auto resolve rules</p>  | Rules creation                         | Create rules that allow Baz to automatically resolve review threads when specific conditions are met                                                                                                | -                    |
| <p><strong>Auto Resolve & Approve</strong><br>Auto approve rules</p>  | Auto-Approve label                     | Add “baz approved” label on Pull Requests if there are no issues found                                                                                                                              | On                   |
| <p><strong>Auto Resolve & Approve</strong><br>Auto approve rules</p>  | Rules creation                         | Create rules that allow Baz to automatically approve pull requests when specific conditions are met                                                                                                 | -                    |

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

***

### FAQ <a href="#faq" id="faq"></a>

<details>

<summary>How do I invoke a code review "on-demand"?</summary>

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\`

</details>

<details>

<summary>How do I invoke a summary "on-demand"</summary>

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

</details>
