mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 10:55:17 +00:00
Merge pull request #53 from Codium-ai/enhancement/github_action_apply
Run github action on this repo
This commit is contained in:
commit
87f978e816
1 changed files with 1 additions and 1 deletions
2
.github/workflows/review.yaml
vendored
2
.github/workflows/review.yaml
vendored
|
|
@ -8,7 +8,7 @@ jobs:
|
|||
steps:
|
||||
- name: PR Agent action step
|
||||
id: pragent
|
||||
uses: Codium-ai/pr-agent@feature/github_action
|
||||
uses: Codium-ai/pr-agent@main
|
||||
env:
|
||||
OPENAI_KEY: ${{ secrets.OPENAI_KEY }}
|
||||
OPENAI_ORG: ${{ secrets.OPENAI_ORG }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue