chore(shortcuts): self-assign PR in pnpm review fix (#2510)

This commit is contained in:
Steven Enamakel
2026-05-22 17:37:37 -07:00
committed by GitHub
parent d6ee4aa0da
commit 9b2eb90758
+4
View File
@@ -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