Skip to content

feat: add conventional commits workflow#11

Open
nearlyforget wants to merge 1 commit intoUniversal-Commerce-Protocol:mainfrom
nearlyforget:conventional-commit
Open

feat: add conventional commits workflow#11
nearlyforget wants to merge 1 commit intoUniversal-Commerce-Protocol:mainfrom
nearlyforget:conventional-commit

Conversation

@nearlyforget
Copy link
Contributor

Description

This PR introduces a GitHub Action to enforce Conventional Commits for all Pull Requests in this repository.

Changes:

  • Added .github/workflows/conventional-commits.yml.
  • Configured amannn/action-semantic-pull-request@v6 to validate PR titles on opened, edited, and synchronize events.

Motivation:
Enforcing conventional commits (e.g., feat:, fix:, chore:) ensures a consistent and readable commit history across the organization. This also enables automated changelog generation and semantic versioning in the future.

Type of change

  • New feature (non-breaking change which adds functionality)

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • My changes generate no new warnings
  • Any dependent changes have been merged and published in downstream modules

@nearlyforget nearlyforget marked this pull request as ready for review February 19, 2026 02:26
@nearlyforget nearlyforget requested a review from a team February 19, 2026 02:26
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

Comments