nefrob/Update PR Description
Add or update content in GitHub PR description.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| content | Content to append or replace in the PR body. | yes | — |
| contentIsFilePath | Whether the content is a file path. | no | — |
| contentRegex | Regex string to match the content. | no | — |
| contentRegexFlags | Content match regex flags to use. | no | — |
| regex | Regex string to match and replace the description. | no | — |
| regexFlags | Description match regex flags to use. | no | — |
| appendContentOnMatchOnly | Whether to skip appending the content to the PR body if no regex matches are found. | — | false |
| token | GitHub access token. | yes | — |
Outputs
no outputs