Skip to content

Conversation

arvid-berndtsson
Copy link
Owner

This pull request introduces scripts and workflows to enforce the Conventional Commits format for commit messages and pull request titles. These changes ensure that all commits and PR titles adhere to a standardized format, improving consistency and readability.

Enforcing Conventional Commits:

  • .ci/cc-commit-messages.sh: Added a script to check commit messages against the Conventional Commits format, providing feedback and examples for non-compliant messages.
  • .ci/cc-pr-title.sh: Added a script to check pull request titles against the Conventional Commits format, disallowing titles starting with "wip" and providing feedback and examples for non-compliant titles.

GitHub Actions Workflows:

@arvid-berndtsson arvid-berndtsson self-assigned this Jan 2, 2025
@arvid-berndtsson arvid-berndtsson merged commit 8c17a18 into main Jan 2, 2025
4 checks passed
@arvid-berndtsson arvid-berndtsson deleted the build/add-cc-enforcement branch January 2, 2025 20:50
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