Skip to content

ci: lint PR titles against Conventional Commits#68

Merged
daniel3303 merged 1 commit into
masterfrom
chore/pr-title-lint
May 14, 2026
Merged

ci: lint PR titles against Conventional Commits#68
daniel3303 merged 1 commit into
masterfrom
chore/pr-title-lint

Conversation

@daniel3303
Copy link
Copy Markdown
Owner

Summary

  • Adds a workflow using amannn/action-semantic-pull-request@v5 to validate every PR title against the Conventional Commits spec.
  • The repo already follows the convention (e.g. fix(json-query): ..., test(integration): ..., ci: ...) — this just enforces it for external contributors via a required check.
  • Uses default config (built-in list of accepted types). No additional secrets needed; the workflow has read-only pull-requests permission.

Code changes

  • .github/workflows/lint-pr-title.yml — new workflow firing on opened, edited, synchronize PR events.

Adds amannn/action-semantic-pull-request@v5 so every PR title is
validated as a Conventional Commit (feat/fix/chore/refactor/docs/test/ci/style).
The codebase already follows this convention; this gate enforces it for
external contributors.
@daniel3303 daniel3303 merged commit 2cdf984 into master May 14, 2026
@daniel3303 daniel3303 deleted the chore/pr-title-lint branch May 14, 2026 11:35
@codecov
Copy link
Copy Markdown

codecov Bot commented May 14, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.56%. Comparing base (205e71c) to head (6e4499a).
⚠️ Report is 3 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #68   +/-   ##
=======================================
  Coverage   99.56%   99.56%           
=======================================
  Files          25       25           
  Lines        1157     1157           
  Branches      128      128           
=======================================
  Hits         1152     1152           
  Misses          1        1           
  Partials        4        4           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant