ncalteen/Pull Request Requester

Demonstrates how to automatically create pull requests.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Nov 22, 2023
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: ncalteen/pull-request-requester@a02e5d88112863a123ad9368b58b50b11470fd51 # no releases — HEAD as of 2026-07-11

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

namedescriptionrequireddefault
head_refThe head branch to create the pull request from. Defaults to the base ref of the PR that triggered this action.yes${{ github.base_ref }}
ownerThe owner of the repository to create the pull request in. Defaults to the owner of the PR that triggered this action.yes${{ github.event.repository.owner.login }}
repoThe repository to create the pull request in. Defaults to the repository of the PR that triggered this action.yes${{ github.event.repository.name }}
target_refThe base branch to create the pull request against. Defaults to the default branch of the repository.yes${{ github.event.repository.default_branch }}

no outputs