Settings

Theme

My first GitHub action: treats Chat GPT reviews on PRs like Static Code Analysis

github.com

1 points by bigEnotation 2 years ago · 2 comments

Reader

chiefalchemist 2 years ago

I understand the parallel to peer-based code reviews, but not static code analysis. Can someone elaborate?

  • bigEnotationOP 2 years ago

    This is largely based on my experience (which may be incomplete), but static code analysis tools in our CI pipeline don’t add comments to a PR, rather generate a report and will sometimes annotate the affected coded.

    Annotations are not tracked historically so any new ci run will regenerate the annotations. I thought this was better for chat gpt reviews since they’re non-deterministic and each CI run could result in different types of feedback.

Keyboard Shortcuts

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