mirror of
https://github.com/samply/bridgehead.git
synced 2025-07-04 03:00:20 +02:00
to squash
This commit is contained in:
2
.github/scripts/rename_inactive_branches.py
vendored
2
.github/scripts/rename_inactive_branches.py
vendored
@ -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']}'")
|
Reference in New Issue
Block a user