actions-marketplace-validations/Create Catchup PR
Github Action to create PR for syncing multiple branches from different forks
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Aug 4, 2020
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/shubhsherl_create-catchup-pr@094b95e1d0d08159547a7f07b7dc96e18bb1bc2e # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| GITHUB_TOKEN | User token to be associated with this pull request. | yes | — |
| GITHUB_REPO | Github owner name and repository ex: shubhsherl/repo | yes | — |
| SOURCE_BRANCH | Branch from make pull-request from | yes | — |
| TARGET_BRANCH | Branch to make the pull-request against | yes | — |
| SOURCE_REPO | Repo to make the pull-request from | no | — |
| TITLE | Title of Pull request | no | — |
| BODY | Body of the pull request | no | — |
| DRAFT | Create draft pull request | no | false |
Outputs
| name | description |
|---|---|
| PULL_REQUEST_URL | URL for either the generated pull request or the currently open one |
| PULL_REQUEST_NUMBER | Pull request number from generated pull request or the currently open one |