Skip to content

Commit

Permalink
Merge pull request #56 from haesleinhuepf/test-deployment
Browse files Browse the repository at this point in the history
bump git-bob version
  • Loading branch information
haesleinhuepf authored Aug 4, 2024
2 parents cfbf948 + 955e0cf commit 0952e98
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/comment-on-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,14 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install git-bob==0.1.1
pip install git-bob==0.1.2
- name: Run Python
env:
#ANTHROPIC_API_KEY: "${{ secrets.ANTHROPIC_API_KEY }}"
GIT_BOB_LLM_NAME: "gpt-4o-2024-05-13"
OPENAI_API_KEY: "${{ secrets.OPENAI_API_KEY }}"
GITHUB_API_KEY: "${{ secrets.GITHUB_TOKEN }}"
GITHUB_RUN_ID: "${{ github.run_id }}"
run: |
git-bob comment-on-issue-action ${{ github.repository }} ${{ github.event.pull_request.number }} ${{ github.event.issue.number }}
3 changes: 2 additions & 1 deletion .github/workflows/review-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,15 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install git-bob==0.1.1
pip install git-bob==0.1.2
- name: Run Python
env:
#ANTHROPIC_API_KEY: "${{ secrets.ANTHROPIC_API_KEY }}"
GIT_BOB_LLM_NAME: "gpt-4o-2024-05-13"
OPENAI_API_KEY: "${{ secrets.OPENAI_API_KEY }}"
GITHUB_API_KEY: "${{ secrets.GITHUB_TOKEN }}"
GITHUB_RUN_ID: "${{ github.run_id }}"
run: |
git-bob review-pull-request-action ${{ github.repository }} ${{ github.event.pull_request.number }}

0 comments on commit 0952e98

Please sign in to comment.