Settings

Theme

Show HN: Summarise GitHub Actions failures in your PR with an LLM Bot

github.com

1 points by alex-treebeard 2 years ago · 0 comments · 1 min read

Reader

Hi HN!

I maintain a popular pytest plugin[1] and throughout its life have supported and observed many developers struggling with GitHub actions.

- It's hard to identify what caused a failure given the length of some ci logs - Multiple ci jobs can fail with the same cause meaning it's noisy - It's unclear how to prioritise fixes to these failures

This Github app gives you a prioritised, de-duplicated list of issues relating to your GitHub actions failure.

It uses LLMs (GPT3.5 at the moment) to identify the most likely root cause, highlight relevant source files, and order the issues by priority.

Feedback welcome!

[1] https://github.com/treebeardtech/nbmake

No comments yet.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection