mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-04-29 03:00:45 -04:00
34 lines
1.1 KiB
Markdown
34 lines
1.1 KiB
Markdown
# Cloud GitHub Resolver
|
|
|
|
The GitHub Resolver automates code fixes and provides intelligent assistance for your repositories.
|
|
|
|
## Setup
|
|
|
|
The Cloud GitHub Resolver is available automatically when you
|
|
[grant OpenHands Cloud repository access](./openhands-cloud#adding-repository-access).
|
|
|
|
## Usage
|
|
|
|
After granting OpenHands Cloud repository access, you can use the Cloud GitHub Resolver on the issues and pull requests
|
|
on the repository.
|
|
|
|
### Issues
|
|
|
|
On your repository, label an issue 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 pull request.
|
|
|
|
|
|
### Pull Requests
|
|
|
|
To get OpenHands to work on pull requests, use `@openhands` in top level or inline comments to:
|
|
- Ask questions
|
|
- Request updates
|
|
- Get code explanations
|
|
|
|
OpenHands will:
|
|
1. Comment on the PR to let you know it is working on it.
|
|
2. Perform the task.
|