actions-marketplace-validations/open-pull-request-action
Opens a pull-request
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jul 12, 2023
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/thecanadianroot_open-pull-request-action@145b9757705b714681368a7f635be392172fc2f1 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Your GitHub access token | no | ${{ github.token }} |
| base | The base of the pull-request. | yes | — |
| head | The head of the pull-request. | yes | — |
| title | The title of the pull-request. | yes | — |
| body | The body of the pull-request. | no | — |
| base-sha | The SHA from which the base branch should be created if this input is used. | no | — |
| head-sha | The SHA from which the head branch should be created if this input is used. | no | — |
| assignees | The assignees of the pull-request. | no | — |
| labels | The labels of the pull-request. | no | — |
| reviewers | The reviewers of the pull-request. | no | — |
| team-reviewers | The team reviewers of the pull-request. | no | — |
| merge | Merge the pull-request? | no | false |
| merge-method | The merge method of the pull-request (choices: merge, squash, rebase). | no | squash |
| fail-on-add-assignees-failure | Mark this action as failed on add assignees failure? | no | true |
| fail-on-add-labels-failure | Mark this action as failed on add labels failure? | no | true |
| fail-on-request-reviewers-failure | Mark this action as failed on request reviewers failure? | no | true |
| fail-on-merge-failure | Mark this action as failed on merge failure? | no | true |
| owner | The repository owner. | no | — |
| repository | The repository name. | no | — |
Outputs
no outputs