Skip to content

Bump org.mockito:mockito-core from 5.12.0 to 5.13.0 #21

Bump org.mockito:mockito-core from 5.12.0 to 5.13.0

Bump org.mockito:mockito-core from 5.12.0 to 5.13.0 #21

Workflow file for this run

# This workflow will review pull request
name: 🤖 Pull Request Review
on:
pull_request:
types: [opened, reopened, ready_for_review]
issue_comment:
jobs:
pr_agent_job:
if: ${{ github.event.sender.type != 'Bot' }}
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
contents: write
name: Run PR agent on every pull request, respond to user comments
steps:
- name: PR Agent action step
id: pragent
uses: Codium-ai/pr-agent@main
env:
OPENAI_KEY: ${{ secrets.OPENAI_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}