platformsh/Create Autoupdate PR
Creates an automerge PR
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jul 1, 2024
- License
- None
Pinned Snippet
uses: platformsh/gha-create-autopr@b9f38b900b76d436494e224c4357b0aae2732dc1 # 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 | no | ${{ github.repository_owner }} |
| repo-name | Target repository name | no | ${{ github.event.repository.name }} |
| github-token | Github token to the repository so we can work with the github api. Typically GITHUB_TOKEN | yes | — |
| trigger-source | Which thing triggered this PR creation | yes | — |
| merge-branch | The branch we want to merge | no | "" |
| default-branch | Default branch for this repository | yes | — |
| delete-branch-after-merge | Should the target branch be deleted after successful merge? yes|no | no | no |
Outputs
no outputs