{"id":24012899,"url":"https://github.com/glassechidna/artifact-cleaner","last_synced_at":"2025-04-15T08:41:30.996Z","repository":{"id":65159918,"uuid":"238803910","full_name":"glassechidna/artifact-cleaner","owner":"glassechidna","description":"GitHub Action that can clean up old artifacts on a regular schedule","archived":false,"fork":false,"pushed_at":"2022-06-01T10:19:16.000Z","size":8,"stargazers_count":3,"open_issues_count":4,"forks_count":4,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-07-16T04:22:58.778Z","etag":null,"topics":["artifacts","ci","docker","github-actions","golang"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/glassechidna.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-02-06T23:13:39.000Z","updated_at":"2020-12-13T23:28:39.000Z","dependencies_parsed_at":"2023-01-12T14:31:19.585Z","dependency_job_id":null,"html_url":"https://github.com/glassechidna/artifact-cleaner","commit_stats":{"total_commits":6,"total_committers":1,"mean_commits":6.0,"dds":0.0,"last_synced_commit":"430d9257d21e295fd5c7ffe4449c2b6dd4fb5423"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glassechidna%2Fartifact-cleaner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glassechidna%2Fartifact-cleaner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glassechidna%2Fartifact-cleaner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glassechidna%2Fartifact-cleaner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/glassechidna","download_url":"https://codeload.github.com/glassechidna/artifact-cleaner/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249038887,"owners_count":21202803,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["artifacts","ci","docker","github-actions","golang"],"created_at":"2025-01-08T06:22:58.480Z","updated_at":"2025-04-15T08:41:30.959Z","avatar_url":"https://github.com/glassechidna.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"This is an action that you can run on a regular basis to clean up outdated\nworkflow run artifacts before their typical 90 day expiry.\n\nBy default, all artifacts are deleted. There are options to only delete big\nartifacts, artifacts of a certain age or ones with a specific name.\n\nSuggested usage is in a standalone workflow doc at `.github/workflows/cleanup.yml`\nwith the following content:\n\n```\nname: clean artifacts\n\non:\n  schedule:\n    - cron: '0 0 * * *'\n\njobs:\n  clean:\n    runs-on: ubuntu-latest\n    steps:\n      - name: cleanup\n        uses: glassechidna/artifact-cleaner@master\n        with:\n          minimumAge: 86400 # all artifacts at least one day old\n```\n\nThis cleans all artifacts once a day.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fglassechidna%2Fartifact-cleaner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fglassechidna%2Fartifact-cleaner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fglassechidna%2Fartifact-cleaner/lists"}