[volume-4] API 구현 보강 및 트랜잭션을 활용한 동시성 문제 해결 #29
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: PR Agent | |
| on: | |
| pull_request: | |
| types: [opened, synchronize] | |
| jobs: | |
| pr_agent_job: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: PR Agent action step | |
| uses: Codium-ai/pr-agent@main | |
| env: | |
| OPENAI_KEY: ${{ secrets.OPENAI_KEY }} | |
| GITHUB_TOKEN: ${{ secrets.G_TOKEN }} |