fregante/Keyword Formatter

Formats keywords in titles of issues and PRs.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
keywordsWhat 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-pathThe 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-runIf true, show what changes would be made without actually making themfalse
prefixAny prefix to preserve, such as `feat:` or `name/`. It will be wrapped in backticks together with the keyword.
tokenThe automatically-generated token, set this to \$\{\{ secrets.GITHUB_TOKEN \}\}
namedescription
changedWhether the title was changed
titleThe title after the formatting or the original title if unchanged