abrkn/Create pull request
Create a Github pull request. See https://developer.github.com/v3/pulls/#create-a-pull-request
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Aug 13, 2021
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: abrkn/create-pull-request@26f6ab6b9b096c3a51956a34f71895eb86d3a54e # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Github token, like secrets.GITHUB_TOKEN. To trigger workflows with the pull request, use a Personal Access Token instead. | yes | — |
| title | The title of the new pull request. Defaults to current ref | no | — |
| base | The name of the branch you want the changes pulled into. This should be an existing branch on the current repository. You cannot submit a pull request to one repository that requests a merge to a base of another repository. Defaults to master. | no | — |
| head | The name of the branch where your changes are implemented. | yes | — |
| body | The contents of the pull request. | no | — |
| draft | true | false. Indicates whether the pull request is a draft. | no | — |
| maintainer_can_modify | true | false. Indicates whether maintainers can modify the pull request. | no | — |
| owner | Owner. Defaults to current actor | no | — |
| repo | Repository. Defaults to current repo | no | — |
Outputs
| name | description |
|---|---|
| html_url | html_url |
| number | number |