gilzow/Prep Repo for Automerge PR

Prepares a repository to perform automerge PRs. Used with auto dependency updating

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Feb 8, 2022
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: gilzow/prep-for-autopr@65dc77a0a60e412569c9b1ae50ba82b4b4fea30c # no releases — HEAD as of 2026-07-11

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

namedescriptionrequireddefault
repo-ownerOwner/namespace of the target repositoryyes${{ github.repository_owner }}
repo-nameTarget repository nameyes${{ github.event.repository.name }}
github-tokenGithub token to the repository so we can work with the github api. Typically GITHUB_TOKENyes
status-checksComma seperated list of status checks that must pass for the PR to be accepted. Defaults to `platformsh,TestPrEnvironment`noTestPrEnvironment
namedescription
default-branchThe default branch for the repository