Skip to content

feat(github): add review thread replies#26689

Open
thomaseude wants to merge 1 commit into
anomalyco:devfrom
thomaseude:reply-to-review-thread
Open

feat(github): add review thread replies#26689
thomaseude wants to merge 1 commit into
anomalyco:devfrom
thomaseude:reply-to-review-thread

Conversation

@thomaseude
Copy link
Copy Markdown

@thomaseude thomaseude commented May 10, 2026

Issue for this PR

Closes #26691

Type of change

  • Bug fix
  • New feature
  • Refactor / code improvement
  • Documentation

What does this PR do?

Adds an opt-in reply_to_review_thread input for the GitHub Action.

When enabled and opencode is triggered from a pull_request_review_comment event, the action creates its working/final response as a reply in the triggering review comment thread instead of posting a top-level PR comment. Existing issue and PR comment behavior remains unchanged by default.

How did you verify your code works?

  • Ran git diff --check
  • Reviewed the GitHub REST calls used for creating and updating pull request review comment replies

I could not run the full Bun typecheck locally because Bun is not installed in this environment.

Screenshots / recordings

Not applicable. This is a GitHub Action behavior change, not a UI change.

Checklist

  • I have tested my changes locally
  • I have not included unrelated changes in this PR

@github-actions
Copy link
Copy Markdown
Contributor

Hey! Your PR title Add review thread replies for GitHub action doesn't follow conventional commit format.

Please update it to start with one of:

  • feat: or feat(scope): new feature
  • fix: or fix(scope): bug fix
  • docs: or docs(scope): documentation changes
  • chore: or chore(scope): maintenance tasks
  • refactor: or refactor(scope): code refactoring
  • test: or test(scope): adding or updating tests

Where scope is the package name (e.g., app, desktop, opencode).

See CONTRIBUTING.md for details.

@github-actions github-actions Bot added the needs:compliance This means the issue will auto-close after 2 hours. label May 10, 2026
@thomaseude
Copy link
Copy Markdown
Author

thomaseude commented May 10, 2026

Related context I found while checking for overlap:

@thomaseude thomaseude changed the title Add review thread replies for GitHub action feat(github): add review thread replies May 10, 2026
@github-actions github-actions Bot removed needs:title needs:compliance This means the issue will auto-close after 2 hours. labels May 10, 2026
@github-actions
Copy link
Copy Markdown
Contributor

Thanks for updating your PR! It now meets our contributing guidelines. 👍

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.

GitHub Action should reply in review comment threads

1 participant