gha-utilities/Initialize Pull Request
JavaScript wrapper for GitHub Actions, runs `octokit.pulls.create` with provided Inputs
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| pull_request_token | Secret authentication token with permissions to initialize Pull Requests for repository | yes | — |
| head | Where changes are implemented, eg. `your-name:feature-branch` | yes | — |
| base | Branch name where changes should be incorporated, eg. `master` | yes | — |
| title | Commit title, generally should be less than 74 characters | yes | — |
| body | Multi-line commit message describing changes | yes | — |
| maintainer_can_modify | When `undefined`, defaults to assuming `true` | no | — |
| draft | [Experimental] When `true`, no notifications are generated | no | — |
| debug | [Experimental] When `true`, output response data via `JSON.stringify` | no | — |
| verbose | When `true`, output informative response data | no | — |
Outputs
| name | description |
|---|---|
| html_url | URL that Pull Request may be reviewed at |
| number | Pull Request number |