Greencheck CI Fixer
Version updated for https://github.com/braedonsaunders/greencheck to version v0.1.5.
- This action is used across all versions by ? repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
Summary:
The greencheck GitHub Action automates the remediation of failed CI runs by leveraging AI agents like Claude Code or Codex to analyze logs, identify issues, and apply fixes directly to the repository. It eliminates the need for manual intervention in resolving common CI errors, such as syntax issues or test failures, by providing features like log parsing, regression detection with automatic reverts, and cost-controlled execution. This tool streamlines CI workflows, reduces context-switching, and ensures safe, efficient error correction.
What’s Changed
Fixed
- Ensured greencheck fix pushes use the configured
trigger-tokeninstead of checkout’s persisted credentials. - Stopped the CI wait early when no follow-up workflow run exists and the dispatch fallback cannot start.
Changed
- Documented the recommended
trigger-token: ${{ github.token }}setup withactions: write,workflow_dispatch, andpersist-credentials: false. - Updated README, examples, action metadata, and the setup skill to match the verified no-PAT configuration.
Verified
- Published
v0.1.5and moved thev0major tag to the same commit. - Verified the Marketplace listing shows
v0.1.5as Latest with the updated quickstart. - Verified in
braedonsaunders/homerun: greencheck pushed a fix, dispatched follow-up CI viaworkflow_dispatch, and CI passed.
Full Changelog: https://github.com/braedonsaunders/greencheck/compare/v0.1.3...v0.1.5