adaminglehart/pr-title-editor-action
append or prepend text to the title of your PRs
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repo-token | Your github token | yes | — |
| title-text | the text to add to your PR titles | yes | — |
| placement | where to add the text (prefix or suffix) | yes | prefix |
Outputs
| name | description |
|---|---|
| didUpdateTitle | boolean indicating whether or not the title was updated |