step-security/PR Description Updater

Updates pull request description with content using regex matching and replacement

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
contentContent to use for PR description update or file path if contentIsFilePath is trueyes
contentIsFilePathWhether content input is a file path (true) or direct content (false)nofalse
contentRegexRegex pattern to extract specific content from the content inputno""
contentRegexFlagsRegex flags for contentRegex (e.g., g, i, m, s)no""
regexRegex pattern to match in PR body for replacementno---.*
regexFlagsRegex flags for regex pattern (e.g., g, i, m, s)no""
appendContentOnMatchOnlyOnly update PR body if regex matches (true) or always update (false)nofalse
tokenGitHub token for API accessyes

no outputs