mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-02 11:50:37 +08:00
Github custom action development
This commit is contained in:
13
.github/workflows/review.yaml
vendored
Normal file
13
.github/workflows/review.yaml
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
pr_agent_job:
|
||||
runs-on: ubuntu-latest
|
||||
name: Run pr agent on every pull request
|
||||
steps:
|
||||
- name: PR Agent action step
|
||||
id: pragent
|
||||
uses: Codium-ai/pr-agent@feature/github_action
|
||||
with:
|
||||
openai-key: "TBD: openai key"
|
||||
|
Reference in New Issue
Block a user