Added a new path to the content array in tailwind.config.js.stub to include files from the vendors/fuelviews directory, in order to ensure that the styles from those files are also applied. #17
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |