Skip to content

Commit

Permalink
⚙️ Update AI code review workflow
Browse files Browse the repository at this point in the history
Added a 'continue-on-error' flag to the Gemini AI code review action in the GitHub workflows. This change ensures that the workflow continues even if this step encounters an error.
  • Loading branch information
Corantin committed Oct 17, 2024
1 parent 51bac72 commit 83b131b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ai-code-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jobs:
- uses: rubensflinco/[email protected]
name: "Code Review by Gemini AI"
id: review
continue-on-error: true
with:
gemini_api_key: ${{ secrets.GEMINI_API_KEY }}
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 83b131b

Please sign in to comment.