tmknom/Create Pull Request
This action creates a new pull request. ## Usage ```yaml steps: - name: Create Pull Request uses: tmknom/create-pull-request-action@v0 with: head-branch: feat/new-branch ```
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| head-branch | The branch that contains commits for the pull request. | yes | — |
| base-branch | The branch into which you want your code merged. | no | — |
| title | The title for the pull request. | no | — |
| body | The body for the pull request. | no | — |
Outputs
no outputs