From c44485bf961af1980eb19a155f0429b832127309 Mon Sep 17 00:00:00 2001 From: Cathy Teng <70817427+cathteng@users.noreply.github.com> Date: Wed, 20 Sep 2023 09:39:15 -0700 Subject: [PATCH] clarify PR comment docs (#7888) --- src/docs/product/integrations/source-code-mgmt/github/index.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/docs/product/integrations/source-code-mgmt/github/index.mdx b/src/docs/product/integrations/source-code-mgmt/github/index.mdx index b32fe6cdeee1f..0e569a82d05f0 100644 --- a/src/docs/product/integrations/source-code-mgmt/github/index.mdx +++ b/src/docs/product/integrations/source-code-mgmt/github/index.mdx @@ -224,6 +224,8 @@ If a recently merged pull request is suspected of causing an issue, Sentry will ![Sentry comment on suspect pull request in GitHub](sentry-github-pr-comment.png) +Sentry will only comment on pull requests less than two weeks old that are associated with suspect commits. The comment will continuously be updated with up to five issues the pull request is suspected to have caused. + This feature will be automatically enabled for you once your GitHub integration has been set up. To disable it, go to **Settings > Integrations > GitHub** and toggle it off. ![How to disable Sentry comments on GitHub pull requests](github-org-settings.png)