We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0539434 commit a6e3639Copy full SHA for a6e3639
.github/workflows/pr-review-by-openhands.yml
@@ -49,6 +49,9 @@ jobs:
49
review-style: roasted
50
# Enable experimental sub-agent delegation for file-level reviews
51
use-sub-agents: 'true'
52
+ # Must match the branch in `uses:` so the script checkout
53
+ # picks up the sub-agent code (extensions#164 not yet on main)
54
+ extensions-version: feat/pr-review-sub-agent-delegation
55
llm-api-key: ${{ secrets.LLM_API_KEY }}
56
github-token: ${{ secrets.PAT_TOKEN }}
57
lmnr-api-key: ${{ secrets.LMNR_SKILLS_API_KEY }}
0 commit comments