Skip to content

Added new color variables for the navigation bar and its text to the Tailwind CSS configuration file. These changes were made to customize the appearance of the navigation bar and improve the overall design of the website. #21

Added new color variables for the navigation bar and its text to the Tailwind CSS configuration file. These changes were made to customize the appearance of the navigation bar and improve the overall design of the website.

Added new color variables for the navigation bar and its text to the Tailwind CSS configuration file. These changes were made to customize the appearance of the navigation bar and improve the overall design of the website. #21

name: Autofill PR Description
on:
workflow_dispatch:
pull_request:
branches:
- main
permissions:
pull-requests: write
contents: write
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 }}