devindford/Pull Request Body Updater GitHub Action
GitHub Action that updates a pull request body
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| repo-token | The GITHUB_TOKEN secret | yes | — |
| body-template | Body template where the content gets added to the PR body | no | "" |
| body-update-action | Update action to perform on the body. Allowed values: prefix | suffix | no | suffix |
| body-newline-count | Number of newlines to separate body and its prefix or suffix | no | 2 |
| body-uppercase-base-match | Should uppercase matched text from base branch in body | no | true |
| body-uppercase-head-match | Should uppercase matched text from head branch in body | no | true |
Outputs
| name | description |
|---|---|
| bodyUpdated | Whether the PR body was updated |