Skip to content

Commit 519beda

Browse files
committed
default comment bots to off
1 parent 68eb629 commit 519beda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sentry/constants.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -704,8 +704,8 @@ class InsightModules(Enum):
704704
SCRAPE_JAVASCRIPT_DEFAULT = True
705705
JOIN_REQUESTS_DEFAULT = True
706706
HIDE_AI_FEATURES_DEFAULT = False
707-
GITHUB_COMMENT_BOT_DEFAULT = True
708-
GITLAB_COMMENT_BOT_DEFAULT = True
707+
GITHUB_COMMENT_BOT_DEFAULT = False
708+
GITLAB_COMMENT_BOT_DEFAULT = False
709709
ISSUE_ALERTS_THREAD_DEFAULT = True
710710
METRIC_ALERTS_THREAD_DEFAULT = True
711711
DATA_CONSENT_DEFAULT = False

0 commit comments

Comments
 (0)