mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-27 21:08:00 +00:00
fix(workflow): auto-assign issues and prs (#2271)
This commit is contained in:
@@ -11,6 +11,10 @@ Usage: pnpm deep-work <command> [args...]
|
||||
|
||||
Full workflow automation for GitHub issues using worktrees and AI agents.
|
||||
|
||||
By default `start` auto-assigns the issue to `@me`, and PR creation steps
|
||||
auto-assign the created PR to `@me`.
|
||||
Set `DEEP_WORK_AUTO_ASSIGN=0` (or `WORK_AUTO_ASSIGN=0`) to opt out.
|
||||
|
||||
Commands:
|
||||
start <issue-number> Start full workflow for an issue
|
||||
pick Smart issue selection + start workflow
|
||||
@@ -64,4 +68,4 @@ case "$cmd" in
|
||||
usage >&2
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
esac
|
||||
|
||||
Reference in New Issue
Block a user