Github custom action development

This commit is contained in:
Ori Kotek
2023-07-13 17:46:12 +03:00
parent d1b6b3bc95
commit 5742a9be1e
5 changed files with 63 additions and 0 deletions

13
.github/workflows/review.yaml vendored Normal file
View 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"