cybergrx/PR Title Formatter

Rename a PR by processing the branch name using a regex

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
branch-regexRegex with named groups used to process the source branch for the PR.yes
title-formatString format using the `branch-regex` named groups that will construct a clean PR title.yes
check-formatString format using the `branch-regex` named groups, if the original title starts with this format, auto formatting is skipped.no
namedescription
matchesThe groups that were matched by the `branch-regex`.
originalTitleThe original title of the PR.
formattedTitleThe formatted title that this action applied to the PR.