Skip to main content
This example is available on GitHub: .github/workflows/assign-reviews.yml
Automatically assign relevant reviewers to pull requests based on code changes and file ownership using OpenHands Agent. This workflow uses the basic action workflow template that allows to perform any basic action with the OpenHands Agent.

Quick Start

# 1. Copy workflow to your repository
cp examples/03_github_workflows/04_assign_reviews/workflow.yml .github/workflows/assign-reviews.yml

# 2. Configure secrets in GitHub Settings → Secrets
# Add: LLM_API_KEY

# 3. Configure GitHub Actions permissions
# Settings → Actions → General → Workflow permissions
# Enable: "Read and write permissions"