Skip to content

feat(recipes): add DeepSeek-V4-Pro-0813 vLLM recipes and Fern docs (H200 + GB200) #93636

feat(recipes): add DeepSeek-V4-Pro-0813 vLLM recipes and Fern docs (H200 + GB200)

feat(recipes): add DeepSeek-V4-Pro-0813 vLLM recipes and Fern docs (H200 + GB200) #93636

Workflow file for this run

name: "Lint PR"
on:
pull_request_target:
types:
- opened
- edited
- synchronize
- reopened
jobs:
conventional-commits:
name: Validate PR title and add label
runs-on: ubuntu-latest
steps:
- uses: ytanikin/pr-conventional-commits@b628c5a234cc32513014b7bfdd1e47b532124d98 # v1.3.0
with:
task_types: '["feat", "fix", "docs", "test", "ci", "refactor", "perf", "chore", "revert", "style", "build"]'
add_label: 'true'