mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-09-04 23:17:34 +08:00
ci: update PR Agent to qodo-ai/pr-agent@main (#811)
ci: update PR Agent to use qodo-ai/pr-agent@main - Add issue_comment trigger for responding to PR comments - Add contents: write permission - Update to official qodo-ai/pr-agent@main action Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.5
parent
a38a31a407
commit
2cce3df213
@@ -3,6 +3,7 @@ name: Codium PR Agent
|
|||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
types: [opened, reopened, ready_for_review]
|
types: [opened, reopened, ready_for_review]
|
||||||
|
issue_comment:
|
||||||
jobs:
|
jobs:
|
||||||
pr_agent_job:
|
pr_agent_job:
|
||||||
if: ${{ github.event.sender.type != 'Bot' }}
|
if: ${{ github.event.sender.type != 'Bot' }}
|
||||||
@@ -10,11 +11,12 @@ jobs:
|
|||||||
permissions:
|
permissions:
|
||||||
issues: write
|
issues: write
|
||||||
pull-requests: write
|
pull-requests: write
|
||||||
|
contents: write
|
||||||
name: Run pr agent on every pull request, respond to user comments
|
name: Run pr agent on every pull request, respond to user comments
|
||||||
steps:
|
steps:
|
||||||
- name: PR Agent action step
|
- name: PR Agent action step
|
||||||
id: pragent
|
id: pragent
|
||||||
uses: docker://codiumai/pr-agent:0.29-github_action
|
uses: qodo-ai/pr-agent@main
|
||||||
env:
|
env:
|
||||||
PR_REVIEWER.REQUIRE_TESTS_REVIEW: "false"
|
PR_REVIEWER.REQUIRE_TESTS_REVIEW: "false"
|
||||||
OPENAI_KEY: ${{ secrets.OPENAI_KEY }}
|
OPENAI_KEY: ${{ secrets.OPENAI_KEY }}
|
||||||
|
|||||||
Reference in New Issue
Block a user