ianwoodard/Sync Branches
GitHub Action to seamlessly synchronize changes across branches
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub Token | yes | — |
| source-branch | Source Branch | yes | — |
| target-branch | Target Branch | yes | — |
| pull-request-title | Pull Request Title (Defaults to "Sync {source-branch} to {target-branch}") | no | — |
| pull-request-body | Pull Request Body (Defaults to "This is an auto-generated pull request to sync the ${source-branch} branch to the {target-branch} branch.") | no | — |
| labels | Labels | no | [] |
| assignees | Assignees | no | [] |
| reviewers | Reviewers | no | [] |
| team-reviewers | Team Reviewers | no | [] |
| draft | Draft | no | false |
Outputs
| name | description |
|---|---|
| pull-request-url | URL of the pull request |
| pull-request-number | Number of the pull request |