This action helps ensure that pull request titles follow the Conventional Commits specification, improving readability and enabling automated tooling.
Required List of allowed types for conventional commit-like title.
Required List of allowed scopes for conventional commit-like title.
uses: geo-engine/conventional-pr-title@v1
with:
types: [build, ci, docs, feat, fix, perf, refactor, test]
scopes: [ascope, anotherscope]
Create dist folder before committing.
npm run build