Automatically delete old GitHub Actions runs
In this article we will learn an efficient way to delete old GitHub Actions runs. Wondering how to keep the history of Actions clean? ▶️ Org-level retention policy (does not delete the run itself) ▶️ Repo-level retention policy (does not delete the run itself) ✅ Or a more granular automated way? (deletes the run) If you use GitHub, Actions is the native way to build a CI/CD pipeline. However, if y... [read more]

