comandeer/lint-pr-title
Lints PR title against Conventional Commits rules
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Personal Access Token (PAT) used to interact with the GitHub API. If not provided, the default one generated by GitHub is used. You can see more info about it here: https://docs.github.com/en/actions/configuring-and-managing-workflows/authenticating-with-the-github_token | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| results | The error messages from the PR title linting |