Has anyone else tried using codex for code reviews on pull requests? I just started playing around with it last night. Pretty cool stuff! Wondering if anyone has tried it and has any tips for a noob. Thanks!
@Billy Coleman Well, I got something working, not as straightforward as I thought. Automating the comment didn't trigger the review - not sure why. My theory is because the comment was made by github-actions bot and not me. Also, I remembered that automated code reviews would blow through tokens unnecessarily. So, it's probably better to just trigger code reviews manually with the "@codex code review" comment when needed