https://github.com/trinovantes/userscript-delete-workflow-runs
Automatically delete old GitHub Action workflow runs
https://github.com/trinovantes/userscript-delete-workflow-runs
github typescript userscript vuejs
Last synced: 4 months ago
JSON representation
Automatically delete old GitHub Action workflow runs
- Host: GitHub
- URL: https://github.com/trinovantes/userscript-delete-workflow-runs
- Owner: Trinovantes
- License: agpl-3.0
- Created: 2021-06-02T14:17:23.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-09-13T14:13:54.000Z (5 months ago)
- Last Synced: 2025-09-13T16:24:55.171Z (5 months ago)
- Topics: github, typescript, userscript, vuejs
- Language: TypeScript
- Homepage:
- Size: 2.06 MB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Delete Workflow Runs
Automatically delete old GitHub Action workflow runs
https://user-images.githubusercontent.com/458691/120520312-a298b580-c3a1-11eb-944d-b65dfa55b869.mp4
By default, this userscript will keep the first (i.e. the latest) workflow run. The number of runs to preserve can be configured in the settings.
## Installation Guide
1. Install a Userscript manager for your web browser
* [Greasemonkey](https://addons.mozilla.org/en-US/firefox/addon/greasemonkey/) (Firefox)
* [Tampermonkey](https://www.tampermonkey.net/) (Chrome, Firefox, Safari, Edge)
2. [Download the latest build](https://github.com/Trinovantes/userscript-delete-workflow-runs/releases/download/latest/userscript-delete-workflow-runs.user.js). If you have Greasemonkey or Tampermonkey installed, then you should immediately be prompted with a confirmation window asking you if you wish to install this Userscript.
## Dev Guide
1. Install prereqs
* `node`
* `pnpm`
* Tampermonkey on Chrome
2. In Chrome:
* Go to `chrome://extensions/`
* Go into Tampermonkey's details
* Enable `Allow access to file URLs`
3. Run dev server
```
pnpm install
pnpm dev
```
4. In Chrome:
* Go to `http://localhost:8080/userscript-delete-workflow-runs.proxy.user.js` and install the script