actions-marketplace-validations/PR Update GA

GitHub Action that updates a pull request with information extracted from branch name

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
repo-tokenThe GITHUB_TOKEN secretyes
base-branch-regexRegex to match text in the base branch nameno""
head-branch-regexRegex to match text in the head branch nameno""
lowercase-branchShould lowercase branch name before matching textnotrue
title-templateTitle template where matched text from branch gets substituted in. Allowed tokens: %basebranch% | %headbranch%no""
title-update-actionUpdate action to perform on the title. Allowed values: prefix | suffix | replacenoprefix
title-insert-spaceShould insert a space between title and its prefix or suffixnotrue
title-uppercase-base-matchShould uppercase matched text from base branch in titlenotrue
title-uppercase-head-matchShould uppercase matched text from head branch in titlenotrue
body-templateBody template where matched text from branch gets substituted in. Allowed tokens: %basebranch% | %headbranch%no""
body-update-actionUpdate action to perform on the body. Allowed values: prefix | suffix | replacenoprefix
body-newline-countNumber of newlines to separate body and its prefix or suffixno2
body-uppercase-base-matchShould uppercase matched text from base branch in bodynotrue
body-uppercase-head-matchShould uppercase matched text from head branch in bodynotrue
namedescription
baseMatchMatched text from base branch if any
headMatchMatched text from head branch if any
titleUpdatedWhether the PR title was updated
bodyUpdatedWhether the PR body was updated