Skip to content

Refactored logo and footer components, removed unnecessary files, and updated the NavigationServiceProvider. #36

Refactored logo and footer components, removed unnecessary files, and updated the NavigationServiceProvider.

Refactored logo and footer components, removed unnecessary files, and updated the NavigationServiceProvider. #36

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 }}