thomaseizinger/Just Create A Pull Request
Does what it says on the tin, create a pull request, easy and simple.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | A GitHub API token | yes | — |
| head | The head ref that should be pulled into base. | yes | — |
| title | The title of the pull request. | yes | — |
| base | The base branch for the pull request. Defaults to master. | no | — |
| draft | Whether this should be a draft PR. | no | — |
| body | The body of the pull request. | no | — |
| assignees | A comma-separated list of GitHub logins that should be assigned to this PR. | no | — |
| reviewers | A comma-separated list of GitHub logins that should review this PR. | no | — |
| team_reviewers | A comma-separated list of GitHub team slugs that should review this PR. | no | — |
| labels | A comma-separated list of labels to be set on this PR. | no | — |
| repository | The repository in which the PR shall be created. | no | — |
Outputs
| name | description |
|---|---|
| number | Pull Request number |
| html_url | URL that Pull Request may be reviewed at |