cybergrx/PR Title Formatter
Rename a PR by processing the branch name using a regex
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| branch-regex | Regex with named groups used to process the source branch for the PR. | yes | — |
| title-format | String format using the `branch-regex` named groups that will construct a clean PR title. | yes | — |
| check-format | String format using the `branch-regex` named groups, if the original title starts with this format, auto formatting is skipped. | no | — |
Outputs
| name | description |
|---|---|
| matches | The groups that were matched by the `branch-regex`. |
| originalTitle | The original title of the PR. |
| formattedTitle | The formatted title that this action applied to the PR. |