You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/03_github_workflows/02_pr_review/README.md
+17-3Lines changed: 17 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# PR Review Workflow
2
2
3
-
This example demonstrates how to set up a GitHub Actions workflow for automated pull request reviews using the OpenHands agent SDK. When a PR is labeled with `review-this`, OpenHands will analyze the changes and provide detailed, constructive feedback.
3
+
This example demonstrates how to set up a GitHub Actions workflow for automated pull request reviews using the OpenHands agent SDK. When a PR is labeled with `review-this` or when openhands-agent is added as a reviewer, OpenHands will analyze the changes and provide detailed, constructive feedback.
4
4
5
5
## Files
6
6
@@ -11,7 +11,9 @@ This example demonstrates how to set up a GitHub Actions workflow for automated
11
11
12
12
## Features
13
13
14
-
-**Automatic Trigger**: Reviews are triggered when the `review-this` label is added to a PR
14
+
-**Automatic Trigger**: Reviews are triggered when:
15
+
- The `review-this` label is added to a PR, OR
16
+
- openhands-agent is requested as a reviewer
15
17
-**Comprehensive Analysis**: Analyzes code changes in context of the entire repository
0 commit comments