Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add auto archiving action #238

Merged
merged 5 commits into from
Oct 15, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
to squash
  • Loading branch information
[email protected] committed Oct 15, 2024
commit 05dbbb20ab5895ee52d438bd3d0bf3dcddcb8ad4
2 changes: 1 addition & 1 deletion .github/scripts/rename_inactive_branches.py
Original file line number Diff line number Diff line change
Expand Up @@ -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']}'")
Loading