CI Log Summarizer
Version updated for https://github.com/Neal0326/ci-log-summarizer to version v1.
- This action is used across all versions by ? repositories.
Action Type
This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The AI CI Log Summarizer is a GitHub Action designed to automate the fast triage of CI workflow failures by generating concise AI-powered summaries of failed jobs. It detects failed workflow steps, processes the logs (sanitizing and truncating them), and provides a compact report outlining the key error, failed step, likely cause, and recommended next steps. This action helps developers quickly identify and act on issues without manually sifting through lengthy CI logs, making it particularly useful in noisy pull request workflows.
Release notes
CI Log Summarizer – Fast summaries for GitHub Actions logs.
- Extract key errors from failed CI runs
- Identify failing steps instantly
- Provide concise summaries for faster debugging
Supports:
- PR comments
- Job summaries
- Fallback mode without OpenAI
Perfect for quick CI triage.