Skip to content

Bump stefanzweifel/git-auto-commit-action from 5 to 6 #78

Bump stefanzweifel/git-auto-commit-action from 5 to 6

Bump stefanzweifel/git-auto-commit-action from 5 to 6 #78

name: Autofill PR Description
on:
workflow_dispatch:
pull_request:
branches:
- main
permissions:
pull-requests: write
contents: read
jobs:
openai-pr-description:
runs-on: ubuntu-22.04
if: ${{ !startsWith(github.actor, 'dependabot') }}
steps:
- uses: platisd/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
openai_api_key: ${{ secrets.OPEN_AI_PR_DESCRIPTION_API_KEY }}
overwrite_description: true
temperature: 0.2
completion_prompt: |
Summarize the changes of this PR in no more than 3 sentences. In a structured way, list the changes of this PR.