gilzow/Create Autoupdate PR
Creates an automerge PR
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Feb 7, 2022
- License
- None
Pinned Snippet
uses: gilzow/create-pr@be609bb7b49610bf092b67ec2cd0445d4ad9c187 # 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