ovsds/Commitlint PR Title
Commitlint PR Title Action
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jan 24, 2025
- License
- MIT
Pinned Snippet
uses: ovsds/commitlint-pr-title-action@a7fcd68b8f503b025ad4ee3ded6b26998cf8c369 # v1.2.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| pr_title | Pull request title | yes | ${{ github.event.pull_request.title }} |
| config_file | Commitlint configuration file | — | — |
| config | Commitlint configuration plaintext, ignored if config_file is provided | — | module.exports = { extends: ["@commitlint/config-conventional"] }; |
| node_modules | Node modules directory | — | "" |
| node_version | Node version, ignored if node_modules is provided | — | v20.15.1 |
| commitlint_version | Commitlint version, ignored if node_modules is provided | — | ^19.5.0 |
| additional_node_dependencies | Additional node dependencies, ignored if node_modules is provided | — | @commitlint/config-conventional@^19.5.0 |
Outputs
| name | description |
|---|---|
| commitlint_stdout | Commitlint stdout |
| commitlint_stderr | Commitlint stderr |
| commitlint_exit_code | Commitlint exit code |