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

Regularly Clear Caches #108

Merged
merged 1 commit into from
Feb 9, 2025
Merged

Regularly Clear Caches #108

merged 1 commit into from
Feb 9, 2025

Conversation

JackPlowman
Copy link
Owner

@JackPlowman JackPlowman commented Feb 9, 2025

Pull Request

Description

This pull request introduces a new GitHub Actions workflow to periodically clean caches in the repository.

New GitHub Actions workflow:

  • .github/workflows/clean-caches.yml: Added a workflow named "Clean Caches" that runs on a schedule (monthly) and can also be triggered manually. The workflow checks out the repository and deletes all caches using the GitHub CLI.

@github-actions github-actions bot added github_actions Pull requests that update GitHub Actions code size/XS Extra Small Pull Request labels Feb 9, 2025
Copy link

github-actions bot commented Feb 9, 2025

CodeLimit Report

Overview

Language Files Functions Lines of Code
Python 2 1 22 0 0

Summary

Easy / Verbose Hard-to-maintain ⚠ Unmaintainable ⛌
100% 0% 0%

✅ 100% of the functions are maintainable, no refactoring necessary.

Findings

Function Length File

Generated by CodeLimit

@JackPlowman JackPlowman requested a review from Copilot February 9, 2025 19:34

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 1 out of 1 changed files in this pull request and generated no comments.

@JackPlowman JackPlowman enabled auto-merge (squash) February 9, 2025 19:34
Copy link

sonarqubecloud bot commented Feb 9, 2025

@JackPlowman JackPlowman merged commit 08b933c into main Feb 9, 2025
34 checks passed
@JackPlowman JackPlowman deleted the 15_clear_caches branch February 9, 2025 19:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
github_actions Pull requests that update GitHub Actions code size/XS Extra Small Pull Request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant