fregante/No Conventional Commits
Removes conventional commits in titles of issues and PRs
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| uppercase-first-letter | Whether to uppercase the first letter of the title | — | true |
| dry-run | If true, show what changes would be made without actually making them | — | false |
| token | The automatically-generated token, set this to \$\{\{ secrets.GITHUB_TOKEN \}\} | — | — |
Outputs
| name | description |
|---|---|
| changed | Whether the title was changed |
| title | The title after the replacements or the original title if unchanged |