thecanadianroot/open-pull-request-action
Opens a pull-request
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
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