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
opencode run -m anthropic/claude-sonnet-4-5 "A new pull request has been created: '${{ steps.pr-details.outputs.title }}'
67
67
68
68
<pr-number>
69
69
${{ steps.pr-number.outputs.number }}
70
70
</pr-number>
71
71
72
72
<pr-description>
73
-
${{ steps.pr-details.outputs.body }}
73
+
$PR_BODY
74
74
</pr-description>
75
75
76
76
Please check all the code changes in this pull request against the style guide, also look for any bugs if they exist. Diffs are important but make sure you read the entire file to get proper context. Make it clear the suggestions are merely suggestions and the human can decide what to do
77
77
78
78
Use the gh cli to create comments on the files for the violations. Try to leave the comment on the exact line number. If you have a suggested fix include it in a suggestion code block.
0 commit comments