Skip to content

CI: add PR size and commit message quality checks#69

Merged
dannywillems merged 2 commits intomainfrom
dw/pr-hygiene-checks
Mar 17, 2026
Merged

CI: add PR size and commit message quality checks#69
dannywillems merged 2 commits intomainfrom
dw/pr-hygiene-checks

Conversation

@dannywillems
Copy link
Contributor

@dannywillems dannywillems commented Mar 17, 2026

Summary

  • Add pr-hygiene workflow using scripts from dannywillems/toolbox
  • PR size check (warn at 300 lines, fail at 500)
  • Commit title length check (<= 80 chars)
  • No fixup/squash/WIP commits check
  • Commit body required for 20+ line changes

Closes #77

@dannywillems dannywillems force-pushed the dw/pr-hygiene-checks branch from a2d2f52 to 4df57da Compare March 17, 2026 12:52
Add pr-hygiene workflow that downloads scripts from the
toolbox repository:
- check-pr-size.sh: warn at 300 lines, fail at 500
- check-title-length.sh: commit titles <= 80 chars
- check-no-fixup.sh: no fixup/squash/WIP commits
- check-commit-body.sh: body required for 20+ line changes

Closes #77
@dannywillems dannywillems force-pushed the dw/pr-hygiene-checks branch from 4df57da to b61d01a Compare March 17, 2026 13:04
@dannywillems dannywillems merged commit e3b8f0d into main Mar 17, 2026
17 checks passed
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