We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd3dd04 commit 3c2e871Copy full SHA for 3c2e871
1 file changed
src/sentry/integrations/github/tasks/sync_repos.py
@@ -188,7 +188,7 @@ def sync_repos_for_org(organization_integration_id: int) -> None:
188
event_name="REPO_ADDED",
189
organization_id=organization_id,
190
repo=repo,
191
- source="repository sync",
+ source="automatic SCM syncing",
192
provider=integration.provider,
193
)
194
@@ -197,7 +197,7 @@ def sync_repos_for_org(organization_integration_id: int) -> None:
197
event_name="REPO_ENABLED",
198
199
200
201
202
203
0 commit comments