gilzow/Prep Repo for Automerge PR
Prepares a repository to perform automerge PRs. Used with auto dependency updating
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Feb 8, 2022
- License
- None
Pinned Snippet
uses: gilzow/prep-for-autopr@65dc77a0a60e412569c9b1ae50ba82b4b4fea30c # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| repo-owner | Owner/namespace of the target repository | yes | ${{ github.repository_owner }} |
| repo-name | Target repository name | yes | ${{ github.event.repository.name }} |
| github-token | Github token to the repository so we can work with the github api. Typically GITHUB_TOKEN | yes | — |
| status-checks | Comma seperated list of status checks that must pass for the PR to be accepted. Defaults to `platformsh,TestPrEnvironment` | no | TestPrEnvironment |
Outputs
| name | description |
|---|---|
| default-branch | The default branch for the repository |