elph/Sync Branch
GitHub Action that creates a pull request to sync a updated branch back to one or more other branches using an intermediate branch.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| GITHUB_TOKEN | User token to be associated with this pull request. | yes | — |
| FROM_BRANCH | Branch from make pull-request from | yes | — |
| TO_BRANCH | Branch to make the pull-request against | yes | — |
| REVIEWERS | One or more user reviewers that will be assigned to the PR. Format: comma separated list | no | "" |
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 |