shubhsherl/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
- Stale
- License
- None
- Runtime
- Deprecated runtime
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 |