Skip to content

Added homepage URL to the composer.json file and updated the README.md file to include a code style badge. These changes were made to improve the project's documentation and code style. #13

Added homepage URL to the composer.json file and updated the README.md file to include a code style badge. These changes were made to improve the project's documentation and code style.

Added homepage URL to the composer.json file and updated the README.md file to include a code style badge. These changes were made to improve the project's documentation and code style. #13

name: Autofill PR description
on: pull_request
jobs:
openai-pr-description:
runs-on: ubuntu-22.04
steps:
- uses: platisd/openai-pr-description@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
openai_api_key: ${{ secrets.OPEN_AI_PR_DESCRIPTION_API_KEY }}