fregante/Keyword Formatter
Formats keywords 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 |
|---|---|---|---|
| keywords | What to search in titles. Comma-separated or line-separated, surrounding spaces are ignored. If it starts with a /, it is treated as a regular expression. (example: fix, bug, feat) | — | — |
| keywords-path | The path to read the keywords from. It can be a file (comma-separated or line-separated) or a directory, where all the file *names* will be used (without the extension) | — | — |
| dry-run | If true, show what changes would be made without actually making them | — | false |
| prefix | Any prefix to preserve, such as `feat:` or `name/`. It will be wrapped in backticks together with the keyword. | — | — |
| 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 formatting or the original title if unchanged |