Skip to content

simbo/github-workflow-runs-cleaner

Repository files navigation

🧹 GitHub Workflow Runs Cleaner

npm Package Version License MIT GitHub Repo Native Typescript Support GitHub Workflow Status

A command-line interface to bulk delete workflow runs of GitHub actions.


Install

GitHub Workflow Runs Cleaner is published as github-workflow-runs-cleaner to the npm registry.

You can install it:

npm i --global github-workflow-runs-cleaner

Usage

github-workflow-runs-cleaner

# or

gwrc

The CLI will ask you how to connect to your repository, which workflows to select and which runs to delete.

You need a personal access token and write access to the repository. And if the repository is not public, the token needs the repo scope.

The CLI also supports GitHub Enterprise.

License and Author

MIT © Simon Lepel