Skip to content

Conversation

@ammario
Copy link
Member

@ammario ammario commented Oct 7, 2025

Problem

When Codex reviews a PR and doesn't find any issues, it leaves a regular comment:

Codex Review: Didn't find any major issues. Delightful!

The current check_codex_comments.sh script treats all regular Codex comments as blocking, including these "all clear" messages. This caused PR #80 to be blocked even though Codex approved it.

Solution

Filter out Codex comments that contain "Didn't find any major issues" so they don't block the merge.

Testing

Changes

  • Updated scripts/check_codex_comments.sh to use jq filter that excludes "all clear" comments
  • Only actionable Codex feedback will now block PRs

Generated with cmux

When Codex doesn't find any issues, it leaves a regular comment saying
"Didn't find any major issues. Delightful!" These comments should not
block PR merges since they indicate the code is good.

Before: All regular Codex comments blocked merge
After: Only actionable Codex comments block merge

Fixes issue where PR #80 was blocked despite Codex approval.

_Generated with `cmux`_
@ammario ammario enabled auto-merge (squash) October 7, 2025 19:49
@ammario ammario merged commit d7d5c18 into main Oct 7, 2025
7 checks passed
@ammario ammario deleted the fix-codex-check-ignore-delightful branch October 7, 2025 19:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant