Skip to content

DRAFT: Migrate PR review workflow to use extensions repo#347

Draft
neubig wants to merge 1 commit intomainfrom
openhands/migrate-pr-review-to-extensions
Draft

DRAFT: Migrate PR review workflow to use extensions repo#347
neubig wants to merge 1 commit intomainfrom
openhands/migrate-pr-review-to-extensions

Conversation

@neubig
Copy link
Contributor

@neubig neubig commented Feb 18, 2026

Summary

This PR updates the PR review workflow to use the composite action from OpenHands/extensions instead of OpenHands/software-agent-sdk.

⚠️ Important: Merge Order

This PR should be merged AFTER OpenHands/extensions#54 is merged to ensure the action is available in the extensions repository.

Changes

Updated action reference:

- uses: OpenHands/software-agent-sdk/.github/actions/pr-review@main
+ uses: OpenHands/extensions/.github/actions/pr-review@main

Why This Change?

The PR review functionality is being packaged as a plugin in the extensions repository to:

  1. Centralize agent-related extensions in one place
  2. Make it easier for other repositories to reuse the PR review workflow
  3. Separate the SDK from workflow-specific code

Testing

After the extensions PR is merged:

  • Trigger a PR review to verify the workflow works correctly
  • Check that review comments are posted as expected

@neubig can click here to continue refining the PR

This PR updates the PR review workflow to use the composite action from
OpenHands/extensions instead of OpenHands/software-agent-sdk.

Changes:
- Updated action reference from software-agent-sdk to extensions/plugins/pr-review

NOTE: This PR should be merged AFTER OpenHands/extensions#54
is merged to ensure the action is available.

Co-authored-by: openhands <openhands@all-hands.dev>
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.

2 participants

Comments