mikkelhost/Create other repo pull request action

Github Action to create a pull request on another repository

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit May 17, 2024
License
Apache 2.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: mikkelhost/create-other-repo-pr-action@5a899ec9f28aec5100a10ad9cf8bb747e1b941de # no releases — HEAD as of 2026-07-11

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

namedescriptionrequireddefault
repository_ownerRepository Owner (e.g: octocat)yes
repository_nameRepository Name (e.g: my-repo)no
head_branchThe branch that contains commits for your pull requestyes
base_branchThe branch into which you want your code mergedyes
pr_titleTitle for the pull requestyes
pr_bodyBody for the pull requestyes
access_tokenA PAT that has access to the repository (if necessary). Not to be combined with ssh_deploy_keyno
ignore_pr_existsIf the pull request creation returns an error, ignore itno

no outputs