ovsds/Commitlint PR Title

Commitlint PR Title Action

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Jan 24, 2025
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: ovsds/commitlint-pr-title-action@a7fcd68b8f503b025ad4ee3ded6b26998cf8c369 # v1.2.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
pr_titlePull request titleyes${{ github.event.pull_request.title }}
config_fileCommitlint configuration file
configCommitlint configuration plaintext, ignored if config_file is providedmodule.exports = { extends: ["@commitlint/config-conventional"] };
node_modulesNode modules directory""
node_versionNode version, ignored if node_modules is providedv20.15.1
commitlint_versionCommitlint version, ignored if node_modules is provided^19.5.0
additional_node_dependenciesAdditional node dependencies, ignored if node_modules is provided@commitlint/config-conventional@^19.5.0
namedescription
commitlint_stdoutCommitlint stdout
commitlint_stderrCommitlint stderr
commitlint_exit_codeCommitlint exit code