gha-utilities/Initialize Pull Request

JavaScript wrapper for GitHub Actions, runs `octokit.pulls.create` with provided Inputs

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
pull_request_tokenSecret authentication token with permissions to initialize Pull Requests for repositoryyes
headWhere changes are implemented, eg. `your-name:feature-branch`yes
baseBranch name where changes should be incorporated, eg. `master`yes
titleCommit title, generally should be less than 74 charactersyes
bodyMulti-line commit message describing changesyes
maintainer_can_modifyWhen `undefined`, defaults to assuming `true`no
draft[Experimental] When `true`, no notifications are generatedno
debug[Experimental] When `true`, output response data via `JSON.stringify`no
verboseWhen `true`, output informative response datano
namedescription
html_urlURL that Pull Request may be reviewed at
numberPull Request number