Skip to content
This repository was archived by the owner on Dec 4, 2025. It is now read-only.

Update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.5.4 #78

Update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.5.4

Update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.5.4 #78

Workflow file for this run

on:
workflow_dispatch:
pull_request_target:
types: [ opened, synchronize, reopened ]
branches:
- main
permissions:
pull-requests: write
jobs:
pr-bot:
runs-on: ubuntu-latest
steps:
- name: PR Bot
uses: langchain4j/pr-bot@main
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
OPENAI_BASE_URL: ${{ secrets.OPENAI_BASE_URL }}
GOOGLE_AI_GEMINI_API_KEY: ${{ secrets.GOOGLE_AI_GEMINI_API_KEY }}