peter-evans/Rebase Pulls

Rebase pull requests in a repository

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tokenGitHub auth token${{ github.token }}
repositoryThe target GitHub repository${{ github.repository }}
headFilter pull requests by head user or head organization and branch name in the format user:ref-name or organization:ref-name. For example: github:new-script-format or octocat:test-branch.
baseFilter pull requests by base branch name. Example: gh-pages.
include-labelsA comma or newline separated list of pull request labels to include. Allows any labels if unspecified.
exclude-labelsA comma or newline separated list of pull request labels to exclude
exclude-draftsExclude draft pull requestsfalse
rebase-optionsA comma or newline separated list of options to pass to the git rebase command. For example, `-Xtheirs`.

no outputs