From 34ae82a643e16af9929ccc28521dee50d971f488 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Sat, 8 Jun 2024 14:59:04 +0200 Subject: [PATCH] Versions: Fix remove own repository --- github_app_geo_project/module/versions/__init__.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/github_app_geo_project/module/versions/__init__.py b/github_app_geo_project/module/versions/__init__.py index 403fe258aa1..f157d93c186 100644 --- a/github_app_geo_project/module/versions/__init__.py +++ b/github_app_geo_project/module/versions/__init__.py @@ -163,12 +163,13 @@ async def process( status.url = ( f"https://github.com/{context.github_project.owner}/{context.github_project.repository}" ) - _apply_additional_packages(context) - _update_upstream_versions(context) - module_utils.manage_updated_separated( context.transversal_status.updated, context.transversal_status.repositories, key ) + + _apply_additional_packages(context) + _update_upstream_versions(context) + repo = context.github_project.repo stabilization_versions = [] security_file = None