diff --git a/scripts/shortcuts/review/fix.sh b/scripts/shortcuts/review/fix.sh index b5628a442..3a445414d 100755 --- a/scripts/shortcuts/review/fix.sh +++ b/scripts/shortcuts/review/fix.sh @@ -38,6 +38,10 @@ done require "$agent" sync_pr "$pr" +if [ "${REVIEW_AUTO_ASSIGN:-1}" = "1" ]; then + gh_assign_self_pr "$pr" "$REVIEW_REPO_RESOLVED" +fi + template="$here/prompts/fix.md" if [ ! -f "$template" ]; then echo "[review] missing prompt template: $template" >&2