fix(benchmark): fix benchmark id when creating job with benchmark #381
Annotations
1 error
|
pr-title-check
❌ PR title does not follow the conventional commit format.
Found: "(fix): fix benchmark id when creating job with benchmark"
Expected format: type(scope)?: description
Where:
- type: one of feat, fix, docs, style, refactor, perf, test, build, ci, chore, revert
- scope (optional): one of cli, mcp, devbox, benchmark, secret, blueprint, storage-object, network-policy, main, snapshot, config, auth, deps
- description: starts with a lowercase letter
Examples:
- feat: add new devbox command
- fix(cli): resolve argument parsing issue
- docs: update README with usage examples
- feat(network-policy): add support for gateway flags
|