therealwaldo/pull-request Github Action
Github Action to create amd modify pull-requests
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| title | Title of the pull-request | yes | — |
| body | Body of the pull-request | yes | — |
| head | Name of branch to be merged into the base and create or update pull-request for | yes | — |
| base | Name of the branch that the pull-request will be merged into | yes | — |
| draft | Whether or not the pull-request should be opened as a draft | no | false |
| assignee | Github user to assign to pull-request | no | — |
Outputs
| name | description |
|---|---|
| pull-number | Pull request number |