actions-marketplace-validations/Pull request branch updater

GitHub Action to update the pull request branch with the base branch

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tokentoken to be used for making authenticated calls to the GitHub APIno${{ github.token }}
repothe repo where you want to update the pull requests, defaults to the current repository executing the runnerno${{ github.repository }}
create-commentschoose whether to create comments on the pull request with details about the update, defaults to truenotrue
basethe base branch(es) to filter for when doing the update, defaults to ** which will update all branches regardless of the base branch, you can specify multiple branches separated by commas, supports regular expressionsno**
headthe head branch(es) to filter for when doing the update, defaults to ** which will update all branches regardless of the head branch, you can specify multiple branches separated by commas, supports regular expressionsno**

no outputs