veto_pr_post
Posts code review findings from analysis tools directly to a GitHub PR as review comments. Requires GITHUB_TOKEN environment variable.
Instructions
Posts veto_pr_review or veto_diff_review findings directly to a GitHub PR as review comments. Requires GITHUB_TOKEN environment variable. Returns the review URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Optional overall review summary posted as top-level comment. | |
| event | No | Review event: 'COMMENT' | 'APPROVE' | 'REQUEST_CHANGES' (default: 'COMMENT'). | |
| pr_url | Yes | GitHub PR URL: https://github.com/owner/repo/pull/123 | |
| findings | Yes | Findings from veto_pr_review or veto_diff_review. |