Skip to content
Lucas edited this page Mar 7, 2026 · 5 revisions

FAQ

Does this only work for one GitHub account?

No. The tool can use whichever authenticated account is active for the selected host, and it can switch accounts when needed.

Does this only work for one repository?

No. The GUI can load many repositories, let you check one, many, or all, and then run cleanup sequentially.

Does the app warn me before cleanup?

Yes. The app shows an every-launch warning and Terms of Service acceptance screen, and the dashboard still requires the destructive cleanup safety arm switch before execution.

What should I run first?

Start with:

gh-actions-cleanup --repo OWNER/REPO --all --dry-run --yes

Is this reversible?

Not generally. Workflow runs, artifacts, caches, and workflow configuration changes should be treated as destructive.

Does the tool store my GitHub token?

No. It relies on GitHub CLI authentication and stores only the last host, account, and repo for convenience.

Clone this wiki locally