From 787b82d88835027b1851a8c6939f27fde34fbecb Mon Sep 17 00:00:00 2001 From: Hussam Lawen Date: Mon, 19 Feb 2024 14:07:46 +0200 Subject: [PATCH] Update Usage.md --- Usage.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Usage.md b/Usage.md index 7e728122..15661f4d 100644 --- a/Usage.md +++ b/Usage.md @@ -209,6 +209,12 @@ user=""" ``` Note that the new prompt will need to generate an output compatible with the relevant [post-process function](./pr_agent/tools/pr_description.py#L137). +#### Managing notifications +If you are subscribed to notifications for a repo with PR-Agent, we recommend turning off notifications for PR comments, to avoid lengthy emails: + + + + ### Working with GitHub Action `GitHub Action` is a different way to trigger PR-Agent tools, and uses a different configuration mechanism than `GitHub App`. You can configure settings for `GitHub Action` by adding environment variables under the env section in `.github/workflows/pr_agent.yml` file.