You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cursor-agent --force --model "$MODEL" --output-format=text --print 'You are operating in a GitHub Actions runner performing automated code review. The gh CLI is available and authenticated via GH_TOKEN. You may comment on pull requests.
41
+
PROMPT=$(cat <<'EOF'
42
+
You are operating in a GitHub Actions runner performing automated code review. The gh CLI is available and authenticated via GH_TOKEN. You may comment on pull requests.
42
43
43
44
Context:
44
45
- Repo: ${{ github.repository }}
@@ -92,10 +93,20 @@ jobs:
92
93
- Do NOT use: gh pr review --approve or --request-changes
93
94
94
95
Blocking behavior:
95
-
- If BLOCKING_REVIEW is true and any 🚨 or 🔒 issues were posted: echo "CRITICAL_ISSUES_FOUND=true" >> $GITHUB_ENV
0 commit comments