Skip to content

Update composer.json description, update phpunit.xml.dist logging, and update welcome.blade.php layout and content. #1

Update composer.json description, update phpunit.xml.dist logging, and update welcome.blade.php layout and content.

Update composer.json description, update phpunit.xml.dist logging, and update welcome.blade.php layout and content. #1

name: Autofill PR Description
on:
workflow_dispatch:
pull_request:
branches:
- main
jobs:
openai-pr-description:
runs-on: ubuntu-22.04
if: ${{ github.actor != 'dependabot[bot]' || github.actor != 'dependabot' }}
steps:
- uses: platisd/openai-pr-description@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
openai_api_key: ${{ secrets.OPEN_AI_PR_DESCRIPTION_API_KEY }}