actions-marketplace-validations/open-pull-request-action

Opens a pull-request

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Jul 12, 2023
License
MIT
Runtime
Deprecated runtime

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/thecanadianroot_open-pull-request-action@145b9757705b714681368a7f635be392172fc2f1 # no releases — HEAD as of 2026-07-10

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
tokenYour GitHub access tokenno${{ github.token }}
baseThe base of the pull-request.yes
headThe head of the pull-request.yes
titleThe title of the pull-request.yes
bodyThe body of the pull-request.no
base-shaThe SHA from which the base branch should be created if this input is used.no
head-shaThe SHA from which the head branch should be created if this input is used.no
assigneesThe assignees of the pull-request.no
labelsThe labels of the pull-request.no
reviewersThe reviewers of the pull-request.no
team-reviewersThe team reviewers of the pull-request.no
mergeMerge the pull-request?nofalse
merge-methodThe merge method of the pull-request (choices: merge, squash, rebase).nosquash
fail-on-add-assignees-failureMark this action as failed on add assignees failure?notrue
fail-on-add-labels-failureMark this action as failed on add labels failure?notrue
fail-on-request-reviewers-failureMark this action as failed on request reviewers failure?notrue
fail-on-merge-failureMark this action as failed on merge failure?notrue
ownerThe repository owner.no
repositoryThe repository name.no

no outputs