Skip to content

Commit 8262661

Browse files
committed
fix: run user mention dispatch via uv in orchestrator
1 parent fe6a029 commit 8262661

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/orchestrator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ jobs:
204204
export COMMENT_BODY_FILE
205205
python -c "import json, os; from pathlib import Path; issue=json.loads(os.environ.get('ISSUE_BODY_JSON','\"\"')); comment=json.loads(os.environ.get('COMMENT_BODY_JSON','\"\"')); Path(os.environ['ISSUE_BODY_FILE']).write_text(issue or '', encoding='utf-8'); Path(os.environ['COMMENT_BODY_FILE']).write_text(comment or '', encoding='utf-8')"
206206
207-
python -m issuelab.cli.dispatch \
207+
uv run python -m issuelab.cli.dispatch \
208208
--mentions "${{ needs.detect-mentions.outputs.user_mentions }}" \
209209
--agents-dir agents \
210210
--source-repo "${{ github.repository }}" \

0 commit comments

Comments
 (0)