Skip to content

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

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

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

Conversation

@dannywillems
Copy link
Contributor

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 #81

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 #81
@dannywillems dannywillems force-pushed the ci/pr-hygiene-checks branch from 309aa0f to b6d7d02 Compare March 17, 2026 13:10
@dannywillems dannywillems force-pushed the ci/pr-hygiene-checks branch from b6d7d02 to 302b0ba Compare March 17, 2026 13:12
@dannywillems dannywillems merged commit 236328f into main Mar 17, 2026
17 checks passed
@dannywillems dannywillems deleted the ci/pr-hygiene-checks branch March 17, 2026 13:17
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.

CI: add PR hygiene checks using dannywillems/toolbox

1 participant