peter-evans/Rebase Pulls
Rebase pull requests in a repository
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub auth token | — | ${{ github.token }} |
| repository | The target GitHub repository | — | ${{ github.repository }} |
| head | Filter 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. | — | — |
| base | Filter pull requests by base branch name. Example: gh-pages. | — | — |
| include-labels | A comma or newline separated list of pull request labels to include. Allows any labels if unspecified. | — | — |
| exclude-labels | A comma or newline separated list of pull request labels to exclude | — | — |
| exclude-drafts | Exclude draft pull requests | — | false |
| rebase-options | A comma or newline separated list of options to pass to the git rebase command. For example, `-Xtheirs`. | — | — |
Outputs
no outputs