Skip to content

feat: add conventional commits workflow#45

Merged
nearlyforget merged 4 commits intoUniversal-Commerce-Protocol:mainfrom
nearlyforget:conventional-commit
Mar 21, 2026
Merged

feat: add conventional commits workflow#45
nearlyforget merged 4 commits 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:27
@nearlyforget nearlyforget requested a review from a team February 19, 2026 02:27
@nearlyforget nearlyforget requested a review from a team as a code owner February 22, 2026 18:03
@nearlyforget nearlyforget requested a review from wry-ry February 22, 2026 18:03
@nearlyforget nearlyforget requested review from a team as code owners March 8, 2026 00:22
@nearlyforget nearlyforget merged commit 6c18ffd into Universal-Commerce-Protocol:main Mar 21, 2026
4 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.

3 participants