actions-marketplace-validations/Pull request branch updater
GitHub Action to update the pull request branch with the base branch
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | token to be used for making authenticated calls to the GitHub API | no | ${{ github.token }} |
| repo | the repo where you want to update the pull requests, defaults to the current repository executing the runner | no | ${{ github.repository }} |
| create-comments | choose whether to create comments on the pull request with details about the update, defaults to true | no | true |
| base | the 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 expressions | no | ** |
| head | the 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 expressions | no | ** |
Outputs
no outputs