Skip to content

geo-engine/conventional-pr-title

Repository files navigation

Lint PR title with conventional commit spec

This action helps ensure that pull request titles follow the Conventional Commits specification, improving readability and enabling automated tooling.

Inputs

types

Required List of allowed types for conventional commit-like title.

scopes

Required List of allowed scopes for conventional commit-like title.

Example usage

uses: geo-engine/conventional-pr-title@v1
with:
  types: [build, ci, docs, feat, fix, perf, refactor, test]
  scopes: [ascope, anotherscope]

Development

Create dist folder before committing.

npm run build

About

Reusable GitHub workflows

Resources

License

Stars

Watchers

Forks

Packages

No packages published