From 8585084bd3b0f6953a9258e35e95e81d75acba9b Mon Sep 17 00:00:00 2001 From: Cathy Teng Date: Wed, 20 Sep 2023 09:15:35 -0700 Subject: [PATCH] clarify PR comment docs --- 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)