From 05dbbb20ab5895ee52d438bd3d0bf3dcddcb8ad4 Mon Sep 17 00:00:00 2001
From: "p.delpy@dkfz-heidelberg.de"
Date: Tue, 15 Oct 2024 08:41:40 +0200
Subject: [PATCH] to squash
---
.github/scripts/rename_inactive_branches.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/scripts/rename_inactive_branches.py b/.github/scripts/rename_inactive_branches.py
index a101c3ef..e62fe835 100644
--- a/.github/scripts/rename_inactive_branches.py
+++ b/.github/scripts/rename_inactive_branches.py
@@ -30,4 +30,4 @@ def is_inactive(commit_url):
for branch in get_branches():
if is_inactive(branch['commit']['url']):
#rename_branch(branch['name'], f"archived/{branch['name']}")
- print(f"[LOG] Branch '{branch['name']}' is inactive and would be renamed to archived/'{branch['name']}'")
\ No newline at end of file
+ print(f"[LOG] Branch '{branch['name']}' is inactive and would be renamed to 'archived/{branch['name']}'")
\ No newline at end of file