From 19b20eba5c17c12cff8e406cd1b4459ade109a59 Mon Sep 17 00:00:00 2001 From: Adrian Edwards Date: Tue, 19 May 2026 15:28:19 -0400 Subject: [PATCH] provide new repo name when updating a repo URL in move detection Signed-off-by: Adrian Edwards --- collectoss/tasks/github/detect_move/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collectoss/tasks/github/detect_move/core.py b/collectoss/tasks/github/detect_move/core.py index 1c0d7dba8..5adcc83fa 100644 --- a/collectoss/tasks/github/detect_move/core.py +++ b/collectoss/tasks/github/detect_move/core.py @@ -110,7 +110,7 @@ def ping_github_for_repo_move(session, key_auth, repo, logger,collection_hook='c repo_update_dict = { 'repo_git': f"https://github.com/{owner}/{name}", 'repo_path': None, - 'repo_name': None, + 'repo_name': name, 'description': f"(Originally hosted at {url}) {old_description}" }