Skip to content

feat(components/tabs): show right button separately #1846 #518

feat(components/tabs): show right button separately #1846

feat(components/tabs): show right button separately #1846 #518

Workflow file for this run

name: PR Describer
on:
pull_request:
types: [synchronize, reopened, labeled]
jobs:
describe:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: PR Auto Describe
uses: salehhashemi1992/pr-auto-describe@main
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
openai-api-key: ${{ secrets.OA_KEY }}
openai-model: 'gpt-4o-mini' # Optional, you can use 'gpt-3.5-turbo' or 'gpt-4-32k' as well.