Heisenberg CI Failure Analysis
Version updated for https://github.com/kamilpajak/heisenberg to version v0.5.0.
- This action is used across all versions by 0 repositories.
Action Type
This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
Heisenberg is a GitHub Action designed to automate root-cause analysis (RCA) of continuous integration (CI) failures, with a focus on Playwright workflows. Leveraging AI, it analyzes logs, artifacts, traces, and source code to identify why tests failed, where bugs are located, and how to resolve them, providing structured reports to save time and reduce manual debugging. It is particularly useful for large CI runs by clustering failures and analyzing them efficiently.
What’s Changed
Changelog
- ce51e711148048637d262f236549078939ddb23c feat: add static pattern recognition for known failure types
- 168a94af2ba32e1041ddab3ff459fd04af3bedf5 fix: add semantic gate to prevent structural-only false positives
- daf0529b3d4c6c2e086d7c9d6438840eaa4ed9aa fix: update Go builder image to 1.25 and fix stale path comment
- 18091c26a03301117645cc095cfa033d1a92c356 refactor: move commercial code to ee/ directory