to squash

This commit is contained in:
p.delpy@dkfz-heidelberg.de 2024-10-15 08:41:40 +02:00
parent da452de31b
commit 05dbbb20ab
1 changed files with 1 additions and 1 deletions

View File

@ -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']}'")
print(f"[LOG] Branch '{branch['name']}' is inactive and would be renamed to 'archived/{branch['name']}'")