We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 61ea04c + aa85091 commit 7c85436Copy full SHA for 7c85436
1 file changed
.github/workflows/pr-review.yml
@@ -87,7 +87,8 @@ jobs:
87
- name: Run PR Reviewer Agent
88
uses: docker/cagent-action@1f7ec0445e138a587639fc9c046076e22d184349
89
with:
90
- agent: .github/workflows/agents/pr-review.yaml
+ agent: ${{ github.workspace }}/.github/workflows/agents/pr-review.yaml
91
+ prompt: "Please review this GitHub Pull Request: https://github.com/${{ github.repository }}/pull/${{ steps.get-context.outputs.pr_number }}"
92
mcp-gateway: true
93
anthropic-api-key: ${{ secrets.ANTHROPIC_API_KEY }}
94
github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments