Skip to content

Commit

Permalink
adding try except
Browse files Browse the repository at this point in the history
  • Loading branch information
EcZachly committed Jun 20, 2024
1 parent 97688b0 commit 539152c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autofeedback.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Run Python script
env:
GIT_TOKEN: ${{ secrets.GIT_TOKEN }}
GITHUB_REPOSITORY: DataExpert-io/auto-feedback-example
GITHUB_REPOSITORY: ${{ github.repository }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
run: |
python src/generate_comment.py ${{ github.event.pull_request.number }} ${{ steps.pr_changes.outputs.changed_files }}
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
openai
PyGithub
logger
PyGithub

0 comments on commit 539152c

Please sign in to comment.