Skip to content

Commit 3c2e871

Browse files
committed
another fix
1 parent cd3dd04 commit 3c2e871

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/sentry/integrations/github/tasks/sync_repos.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ def sync_repos_for_org(organization_integration_id: int) -> None:
188188
event_name="REPO_ADDED",
189189
organization_id=organization_id,
190190
repo=repo,
191-
source="repository sync",
191+
source="automatic SCM syncing",
192192
provider=integration.provider,
193193
)
194194

@@ -197,7 +197,7 @@ def sync_repos_for_org(organization_integration_id: int) -> None:
197197
event_name="REPO_ENABLED",
198198
organization_id=organization_id,
199199
repo=repo,
200-
source="repository sync",
200+
source="automatic SCM syncing",
201201
provider=integration.provider,
202202
)
203203

0 commit comments

Comments
 (0)