step-security/PR Description Updater
Updates pull request description with content using regex matching and replacement
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| content | Content to use for PR description update or file path if contentIsFilePath is true | yes | — |
| contentIsFilePath | Whether content input is a file path (true) or direct content (false) | no | false |
| contentRegex | Regex pattern to extract specific content from the content input | no | "" |
| contentRegexFlags | Regex flags for contentRegex (e.g., g, i, m, s) | no | "" |
| regex | Regex pattern to match in PR body for replacement | no | ---.* |
| regexFlags | Regex flags for regex pattern (e.g., g, i, m, s) | no | "" |
| appendContentOnMatchOnly | Only update PR body if regex matches (true) or always update (false) | no | false |
| token | GitHub token for API access | yes | — |
Outputs
no outputs