|
77 | 77 | PR_NUMBER: ${{ github.event.pull_request.number || github.event.issue.number }} |
78 | 78 | with: |
79 | 79 | anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} |
80 | | - prompt: "Use agent teams to run /claude-review, then use /inline-pr-comments to post findings as a consolidated PR review with inline comments" |
| 80 | + prompt: 'Use agent teams to run /claude-review, then use /inline-pr-comments to post findings as a consolidated PR review with inline comments' |
81 | 81 | track_progress: true |
82 | 82 | use_sticky_comment: false |
83 | 83 | claude_args: | |
@@ -132,7 +132,7 @@ jobs: |
132 | 132 | PR_NUMBER: ${{ github.event.issue.number }} |
133 | 133 | with: |
134 | 134 | anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} |
135 | | - prompt: "Use agent teams to run /claude-security-review, then use /inline-pr-comments to post findings as a consolidated PR review with inline comments" |
| 135 | + prompt: 'Use agent teams to run /claude-security-review, then use /inline-pr-comments to post findings as a consolidated PR review with inline comments' |
136 | 136 | track_progress: true |
137 | 137 | use_sticky_comment: false |
138 | 138 | claude_args: | |
@@ -200,7 +200,7 @@ jobs: |
200 | 200 | PR_NUMBER: ${{ github.event.issue.number }} |
201 | 201 | with: |
202 | 202 | anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} |
203 | | - prompt: "Use agent teams to run /claude-tob-review, then use /inline-pr-comments to post findings as a consolidated PR review with inline comments" |
| 203 | + prompt: 'Use agent teams to run /claude-tob-review, then use /inline-pr-comments to post findings as a consolidated PR review with inline comments' |
204 | 204 | track_progress: true |
205 | 205 | use_sticky_comment: false |
206 | 206 | claude_args: | |
@@ -271,7 +271,7 @@ jobs: |
271 | 271 | PR_NUMBER: ${{ github.event.pull_request.number || github.event.issue.number }} |
272 | 272 | with: |
273 | 273 | anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} |
274 | | - prompt: "When you have specific code feedback on changed lines, use /inline-pr-comments to deliver it as a consolidated GitHub review with inline comments." |
| 274 | + prompt: 'When you have specific code feedback on changed lines, use /inline-pr-comments to deliver it as a consolidated GitHub review with inline comments.' |
275 | 275 | track_progress: true |
276 | 276 | use_sticky_comment: false |
277 | | - claude_args: "--model ${{ env.CLAUDE_SONNET_MODEL }}" |
| 277 | + claude_args: '--model ${{ env.CLAUDE_SONNET_MODEL }}' |
0 commit comments