A secure and straightforward web tool for managing and deleting GitHub Actions workflow run history.
Over time, GitHub Actions workflow runs can accumulate, making it difficult to manage. This tool offers:
- 🔍 Fetch & Filter workflow runs
- 🧹 Delete individually or in bulk
- 🔐 Secure and local-only use
Note: This app is fully client-side. Your token never leaves your device.
- 🧑💻 Simple Interface
- 🔄 Auto-pagination
- 🎯 Filter by status (
Success,Failure,Cancelled) - 🧨 Individual & Bulk Deletion
- 🔒 Secure – token never stored or shared
- 📈 Progress Indicators
- 🔔 Instant Notifications
- 🌙 Dark Mode
HTML5CSS3(w/ Variables)Vanilla JSFont Awesome
- A modern browser
- A GitHub Personal Access Token with
reposcope
- Go to
GitHub > Settings > Developer settings - Choose Tokens (classic) and click Generate new token
- Name it and select expiration
- ✅ Check
reposcope - Generate and copy the token
- Input
owner,repo name, andPAT - (Optional) Choose a status filter
- Click Fetch Workflow Runs
- View the list
- Use
DeleteorDelete Allbuttons - Confirm deletion
- ✅ Fully Client-Side
- ❌ No Server Storage
- 🔍 Open Source: You can audit
script.jsany time
- Fork the repo
git checkout -b feature/AmazingFeaturegit commit -m "Add feature"git push origin feature/AmazingFeature- Open a Pull Request
Licensed under the MIT License. See LICENSE.
Built with hate by Karrar Nazim