Skip to content

feat: add --use-server-token-count CLI option to use server-reported … #2713

feat: add --use-server-token-count CLI option to use server-reported …

feat: add --use-server-token-count CLI option to use server-reported … #2713

# SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
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
with:
task_types: '["feat", "fix", "docs", "test", "ci", "refactor", "perf", "chore", "revert", "style", "build"]'
add_label: 'true'