https://github.com/simbo/github-workflow-runs-cleaner
https://github.com/simbo/github-workflow-runs-cleaner
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/simbo/github-workflow-runs-cleaner
- Owner: simbo
- License: mit
- Created: 2023-05-17T01:51:07.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-17T06:12:03.000Z (about 3 years ago)
- Last Synced: 2025-10-22T04:38:53.189Z (8 months ago)
- Language: JavaScript
- Size: 180 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 🧹 GitHub Workflow Runs Cleaner
[](https://www.npmjs.com/package/github-workflow-runs-cleaner)
[](http://simbo.mit-license.org/)
[](https://github.com/simbo/github-workflow-runs-cleaner)

[](https://github.com/simbo/github-workflow-runs-cleaner/actions/workflows/ci.yml)
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:
```sh
npm i --global github-workflow-runs-cleaner
```
## Usage
```sh
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](https://github.com/settings/tokens) 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](https://simbo.mit-license.org/)