Prerequisites

Adding GitHub Repository Access

You can grant OpenHands access to specific GitHub repositories:

  1. Click on Add GitHub repos on the landing page.
  2. Select your organization and choose the specific repositories to grant OpenHands access to.
  1. Click Install & Authorize.

Modifying Repository Access

You can modify GitHub repository access at any time by:

  • Selecting Add GitHub repos on the landing page or
  • Visiting the Settings page and selecting Configure GitHub Repositories under the Integrations tab

Working With GitHub Repos in Openhands Cloud

Once you’ve granted GitHub repository access, you can start working with your GitHub repository. Use the select a repo and select a branch dropdowns to select the appropriate repository and branch you’d like OpenHands to work on. Then click on Launch to start the conversation!

Working on Github Issues and Pull Requests Using Openhands

Giving GitHub repository access to OpenHands also allows you to work on GitHub issues and pull requests directly.

Working with Issues

On your repository, label an issue with openhands or add a message starting with @openhands. OpenHands will:

  1. Comment on the issue to let you know it is working on it.
    • You can click on the link to track the progress on OpenHands Cloud.
  2. Open a pull request if it determines that the issue has been successfully resolved.
  3. Comment on the issue with a summary of the performed tasks and a link to the PR.

Working with Pull Requests

To get OpenHands to work on pull requests, mention @openhands in the comments to:

  • Ask questions
  • Request updates
  • Get code explanations

Next Steps