emiliopedrollo/Creates Pull Request

Creates a Pull Request

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tokenA token that can be used to authenticate within GitHub with content write access to your repo${{ github.token }}
titleThe title of the Pull RequestAuto generated Pull Request by action create-pull-request
bodyThe body of the pull requestSee Files changed for more details
draftCreate a draft pull requestFALSE
headThe Pull Request head branch${{ github.ref }}
baseThe Pull Request base branchmaster
repositoryThe owner and repository${{ github.repository }}
labelsA comma or newline separated list of labels
assigneesA comma or newline separated list of assignees
reviewersA comma or newline separated list of reviewers
team-reviewersA comma or newline separated list of GitHub teams to set as reviewers Note: A `repo` scoped Personal Access Token (PAT) may be required
milestoneThe number of the milestone to associate with the pull request
namedescription
pull-request-numberThe Pull Request number