> ## Documentation Index
> Fetch the complete documentation index at: https://docs.gitnotifier.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Mute Rules

> Reduce GitNotifier noise by muting bots, users, GitHub teams, or specific pull requests, with supported formats and guidance for managing muted items in Slack.

Use **Mute rules** in Slack App Home to control notification noise.

## Available Rule Types

* **Mute all comments from bots**: enabled/disabled
* **Reviewer Comment Quiet Mode**: mute PR comment notifications when you are in reviewer scope (direct reviewer or requested via team), except direct `@mentions`
* **Mute specific users/bots**: comma-separated GitHub logins
* **Mute review-requested teams**: comma-separated GitHub team slugs
* **Mute specific pull requests**: comma-separated PR references

## Reviewer Comment Quiet Mode

When enabled, GitNotifier keeps your initial review-request DM, but mutes follow-up PR comment notifications where you are in reviewer scope.

* Applies to PR comments and review-thread comments.
* Direct `@mentions` still notify you.
* Non-reviewer notification paths are unaffected.

## Muting Team Review Requests

If a PR is review-requested to a muted team (for example `@chapter-nodejs`), GitNotifier:

* Skips the review-request DM for you.
* Auto-mutes notifications for that PR for you.
* Still notifies you when you are directly `@mentioned` in comments.

If you are explicitly requested as a reviewer in addition to the team, notifications continue as usual.

## List all muted PRs

You can see all muted PRs in the **Mute Settings** section of the Slack App Home (@gitnotifier page)

## Supported PR Reference Formats

* `owner/repo#123`
* `https://github.com/owner/repo/pull/123`

## Examples

```text theme={"theme":{"light":"github-light","dark":"github-dark"}}
dependabot[bot], coderabbitai[bot], alice
```

```text theme={"theme":{"light":"github-light","dark":"github-dark"}}
@chapter-nodejs, @acme/frontend-platform
```

```text theme={"theme":{"light":"github-light","dark":"github-dark"}}
acme/api#42, https://github.com/acme/web/pull/128
```
