Prune Old GitHub Actions Runs
Version updated for https://github.com/yanovian/delete-old-actions to version v1.0.12.
- This action is used across all versions by ? repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The GitHub Action delete-old-actions is designed to remove old GitHub Actions runs from repositories. It solves the problem of keeping repository clean by automatically deleting runs that are older than a specified number of days or keeping a certain number of the most recent runs. The action can be configured to run as part of a schedule and supports dry-run mode for testing purposes.
What’s Changed
What’s Changed
- Sec/undici bump version before breaking by @prazian in https://github.com/yanovian/delete-old-actions/pull/1
New Contributors
- @prazian made their first contribution in https://github.com/yanovian/delete-old-actions/pull/1
Full Changelog: https://github.com/yanovian/delete-old-actions/compare/v1.0.11...v1.0.12