Documentation
README
Process PR Reviews
This workflow supports both CodeRabbit and Codex PR review signals.
CodeRabbit Reviews
βReal review feedbackβ is strictly defined as:
- inline review comments
- not a review summary
- not a nitpick
Nitpick comments from CodeRabbit must always be ignored to avoid unnecessary noise.
There is no need to analyze the comment content itself.
Data sources
The CodeRabbit workflow only needs these two sources:
-
PR review comments
gh api --paginate repos/<owner>/<repo>/pulls/<pr_number>/commentsThis is the authoritative source for real inline comments.
-
PR reviews
gh api --paginate repos/<owner>/<repo>/pulls/<pr_number>/reviews
This is the opening of the README. Read the full README on GitHub.