Skip to content

feat: add action to clean up stale caches #10

@axe312ger

Description

@axe312ger

After a while, caches can grow.

We need to delete old ones.

Current workaround: find . -atime +30 -exec rm -f {} \; (delete all files in folder older as 30 days)

Note: The feature should somehow support to keep at least X caches, to ensure there is always a cache, even when the project was not worked on for a while)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions