We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46d36ba commit 0e68045Copy full SHA for 0e68045
1 file changed
.github/workflows/code-review.yml
@@ -1,4 +1,9 @@
1
-name: LLM Code Review
+- name: Run LLM code review
2
+ env:
3
+ GROQ_API_KEY: ${{ secrets.GROQ_API_KEY }}
4
+ PYTHONPATH: ${{ github.workspace }}
5
+ run: |
6
+ python reviewbot/main.py
7
8
on:
9
pull_request:
0 commit comments