Skip to content

Bump Microsoft.NET.Test.Sdk from 17.13.0 to 18.5.1 #8

Bump Microsoft.NET.Test.Sdk from 17.13.0 to 18.5.1

Bump Microsoft.NET.Test.Sdk from 17.13.0 to 18.5.1 #8

Workflow file for this run

name: AI PR Review
on:
pull_request:
types:
- opened
- synchronize
- reopened
- ready_for_review
issue_comment:
types:
- created
permissions:
contents: read
pull-requests: write
issues: write
jobs:
pr-review:
if: ${{ github.event.sender.type != 'Bot' }}
runs-on: ubuntu-latest
steps:
- name: PR Review
uses: Codium-ai/pr-agent@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# Gemini model configuration
CONFIG__MODEL: gemini/gemini-2.5-flash
CONFIG__FALLBACK_MODELS: '["gemini/gemini-2.5-flash"]'
GOOGLE_AI_STUDIO__GEMINI_API_KEY: ${{ secrets.GOOGLE_AI_API_KEY }}
# Run review on open/reopen and on new commits (synchronize)
github_action_config.auto_review: "true"
github_action_config.auto_describe: "false"
github_action_config.auto_improve: "false"
github_action_config.pr_actions: '["opened", "reopened", "synchronize", "ready_for_review"]'