mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-02 03:40:38 +08:00
19 lines
1.1 KiB
Markdown
19 lines
1.1 KiB
Markdown
|
|
Unfortunately, it is not possible in GitHub to disable mail notifications from a specific user.
|
|
If you are subscribed to notifications for a repo with Qodo Merge, we recommend turning off notifications for PR comments, to avoid lengthy emails:
|
|
|
|
{width=512}
|
|
|
|
As an alternative, you can filter in your mail provider the notifications specifically from the Qodo Merge bot, [see how](https://www.quora.com/How-can-you-filter-emails-for-specific-people-in-Gmail#:~:text=On%20the%20Filters%20and%20Blocked,the%20body%20of%20the%20email).
|
|
|
|
{width=512}
|
|
|
|
|
|
Another option to reduce the mail overload, yet still receive notifications on Qodo Merge tools, is to disable the help collapsible section in Qodo Merge bot comments.
|
|
This can done by setting `enable_help_text=false` for the relevant tool in the configuration file.
|
|
For example, to disable the help text for the `pr_reviewer` tool, set:
|
|
```
|
|
[pr_reviewer]
|
|
enable_help_text = false
|
|
```
|