feat: added conventional commits shared workflow#24
Conversation
82a3610 to
6b0b0a4
Compare
|
Is there any alternatives that could be both used as an action AND ran locally? Or are we ok with only checking conventions through GitHub? |
It is possible via pre-commit hooks locally |
As I understand it, the webiny/action-conventional-commits GitHub Action and the conventional-pre-commit pre-commit hook are unrelated, aside from both being based on the Conventional Commits specification. I was suggesting that we use the same tool across all environments for consistency, if that makes sense. |
Not sure if this is possible |
Description
Add a reusable Github Actions workflow to enforce conventional commits accross all OKDP repos.
Related Issue
Fixes #23
Type of Change
How to Test
Once merged, and once usage is added to org repos, test that conventional commits is enforced in commits messages
Checklist