fix: only run conventional commits check on PRs
Metadata
Current evaluation
Merged a fix that restricts the conventional commits check to pull requests only. Approved by two reviewers, passed all CI checks, and applied a single-line change to one file.
Suggested action: —
No scores available.
Issue body
This conventional commits action only works on PRs, so only run it on PRs.
CRAFT-4977
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Merged a fix that restricts the conventional commits check to pull requests only. Approved by two reviewers, passed all CI checks, and applied a single-line change to one file. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged a workflow fix to run the conventional commits check exclusively on pull requests, resolving CRAFT-4977. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #482 docs: mandate conventional commits in PR titles | starbase | merged | Merged an update to CONTRIBUTING.md mandating conventional commits in PR titles. Approved by two reviewers, passed all CI checks, and applied with minimal documentation changes. | |
| #109 feat: switch per-commit conventional commit check to PR title | starflow | merged | Merged a change replacing per-commit conventional commit validation with PR title checking to streamline squashed PRs. Approved by two reviewers, the update passed CI despite an initial false positive on the merge commit. | |
| #138 ci: update conventional-commits action | starflow | merged | Merged an update to the conventional-commits GitHub Action for CI. Approved by two reviewers with all checks passing. The change modifies one file with a single line addition and removal, addressing a prior review comment. | |
| #125 Conventional commits | starbase | merged | Merged into main after approval from two reviewers, the Conventional commits pull request added 30 lines across two files. Code coverage remained unchanged at 100%. | |
| #34 fix: only run CLA check on pull requests | starflow | merged | Merged a configuration fix restricting the CLA checker to pull requests only. This eliminates unnecessary failures on main branch pushes, aligns with standard practices, and was approved with a single-line change. |