Skip to content

Commit

Permalink
wip(ci): update review action source
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrebb committed Feb 17, 2024
1 parent 44b6c65 commit 1fea391
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/PRs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
assign-author:
runs-on: ubuntu-latest
steps:
- uses: grebbops/auto-author-assign@v2.1.0
- uses: grebbops/auto-author-assign@2.1.0
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"

Expand All @@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v4

- name: AI Code Reviewer
uses: grebbops/ai-codereviewer@main
uses: grebbops/ai-codereviewer@develop
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
Expand Down

0 comments on commit 1fea391

Please sign in to comment.