You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(native): dedupe PR review comments with replace strategy
Issue comments from pull_request.post_comment now default to comment_strategy
replace: list issue comments, PATCH the body containing <!-- agentic-review -->,
or POST once with the marker embedded. Supports append, upsert alias, and
comment_id for direct updates. Example workflows and GITHUB_ACTIONS docs updated.
Closes#94
Co-authored-by: Cursor <cursoragent@cursor.com>
|[`.github/workflows/agentctl-pr-review.yml`](../../.github/workflows/agentctl-pr-review.yml)| Runs on PRs; **`AGENTIC_PROJECT`** = **`examples/pr-review-github-actions`**|
18
18
|[`.github/workflows/agentctl-pr-review-publish.yml`](../../.github/workflows/agentctl-pr-review-publish.yml)| Optional manual **`workflow_dispatch`** to post an approved PR comment |
0 commit comments