Skip to content

Commit 568d628

Browse files
committed
default in usage
1 parent 519beda commit 568d628

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sentry/integrations/source_code_management/commit_context.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ def queue_pr_comment_task_if_needed(
206206
if not OrganizationOption.objects.get_value(
207207
organization=project.organization,
208208
key=pr_comment_workflow.organization_option_key,
209-
default=True,
209+
default=False,
210210
):
211211
return
212212

0 commit comments

Comments
 (0)