Below you will find pages that utilize the taxonomy term “ratibor78”
December 17, 2025
Actions AI Advisor
Version updated for https://github.com/ratibor78/actions-ai-advisor to version v1.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Actions AI Advisor v1 AI-powered GitHub Actions failure analysis - Stop digging through CI logs manually. Let AI explain failures for you.
🎯 First Stable Release This is the first production-ready release of Actions AI Advisor!
✨ Key Features 🤖 Intelligent Analysis - AI-powered root cause analysis directly in workflow summaries 📁 Affected Files Detection - Automatically extracts and links to files mentioned in errors 🌍 Multi-Language Support - 10+ languages: Python, JS/TS, Go, Rust, Java, C#, PHP, Ruby, C/C++, Docker 🔗 Clickable File Links - Direct navigation to error locations with line numbers 💰 Cost Transparency - Shows token usage and estimated cost per analysis ⚡ Fast Execution - Uses pre-built Docker images (5-10 seconds) 🔌 Provider Flexibility - OpenAI, Anthropic, OpenRouter, or self-hosted LLMs 🚀 Quick Start jobs: test: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - run: npm test ai-advisor: runs-on: ubuntu-latest if: failure() needs: test permissions: actions: read steps: - uses: ratibor78/actions-ai-advisor@v1 with: github_token: ${{ github.