feat(github): add review thread replies#26689
Conversation
|
Hey! Your PR title Please update it to start with one of:
Where See CONTRIBUTING.md for details. |
|
Related context I found while checking for overlap:
|
|
Thanks for updating your PR! It now meets our contributing guidelines. 👍 |
|
Automated PR Cleanup Thank you for contributing to opencode. Due to the high volume of PRs from users and AI agents, we periodically close older PRs using automated criteria so maintainers can focus review time on the most active and community-supported contributions. This PR was closed because it matched the following cleanup criteria:
PRs created within the last month are not affected by this cleanup. If you believe this PR was closed incorrectly, or if you are still actively working on it, please leave a comment explaining why it should be reopened. A maintainer can review and reopen it if appropriate. Thanks again for taking the time to contribute. |
|
HI @thomaseude |
|
I'll try to reopen but I think that need more reactions to be approve by opencode team |
|
Hi, @SameenaK1 I opened a new issue and PR to fix this
A quick 👍 on my PR would be appreciated: PRs with fewer than 2 positive reactions get auto-closed after a month. Hi, @thomaseude I think the - run: bun ${GITHUB_ACTION_PATH}/index.ts
+ run: opencode github runso I made new changes and refer your PR and code. Thanks! |
Issue for this PR
Closes #26691
Type of change
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?
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