mikkelhost/Create other repo pull request action
Github Action to create a pull request on another repository
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit May 17, 2024
- License
- Apache 2.0
Pinned Snippet
uses: mikkelhost/create-other-repo-pr-action@5a899ec9f28aec5100a10ad9cf8bb747e1b941de # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| repository_owner | Repository Owner (e.g: octocat) | yes | — |
| repository_name | Repository Name (e.g: my-repo) | no | — |
| head_branch | The branch that contains commits for your pull request | yes | — |
| base_branch | The branch into which you want your code merged | yes | — |
| pr_title | Title for the pull request | yes | — |
| pr_body | Body for the pull request | yes | — |
| access_token | A PAT that has access to the repository (if necessary). Not to be combined with ssh_deploy_key | no | — |
| ignore_pr_exists | If the pull request creation returns an error, ignore it | no | — |
Outputs
no outputs