Skip to content

Commit a6e3639

Browse files
fix(ci): pass extensions-version so sub-agent review script is used (#2890)
Co-authored-by: openhands <openhands@all-hands.dev>
1 parent 0539434 commit a6e3639

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pr-review-by-openhands.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ jobs:
4949
review-style: roasted
5050
# Enable experimental sub-agent delegation for file-level reviews
5151
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
5255
llm-api-key: ${{ secrets.LLM_API_KEY }}
5356
github-token: ${{ secrets.PAT_TOKEN }}
5457
lmnr-api-key: ${{ secrets.LMNR_SKILLS_API_KEY }}

0 commit comments

Comments
 (0)