alfred82santa/Keep PR Updated

An action that keeps your pull requests up to date with the base branch.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github-tokenGitHub token to use for authentication.yes${{ github.token }}
base-branchThe base branch to keep the pull requests updated with.yes${{ github.event.pull_request.base.ref || github.ref_name }}
required-labelsComma-separated list of labels required to trigger the update.no""
required-automergeIf true, only update the PR if it has the "automerge" enabled.nofalse
avoided-labelsComma-separated list of labels that prevent the update if present on the PR.no""
namedescription
pull-requests-updatedIndicates which pull requests have been updated.
pull-requests-skippedIndicates which pull requests were skipped.
pull-requests-failedIndicates which pull requests failed to update.