Skip to content

chore(deps): update dependency @biomejs/biome to v2.5.7 #2605

chore(deps): update dependency @biomejs/biome to v2.5.7

chore(deps): update dependency @biomejs/biome to v2.5.7 #2605

---
name: OpenAI Generate PR Title and Description
on:
pull_request:
branches:
- main
types:
- opened
- synchronize
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
jobs:
generate-pr-description:
runs-on: ubuntu-latest
timeout-minutes: 10
permissions:
pull-requests: write # uses: tqer39/openai-generate-pr-description
# Check if the PR is not created by 'renovate' or 'tqer39-apps'
if: contains(fromJSON('["renovate[bot]", "tqer39-apps[bot]"]'), github.event.pull_request.user.login) == false
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
with:
fetch-depth: 0
- uses: tqer39/openai-generate-pr-description@977556fce9daa5707ddb6f23cb6bb2bd6ba27410 # v1.0.5
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
openai-api-key: ${{ secrets.OPENAI_API_KEY }}
openai-model: 'gpt-4o-mini'
locale: 'ja' # 日本語で出力するためのオプションを修正