dequelabs/Sync Branches
Creates a sync pull request
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | The GitHub token used to create an authenticated client | yes | — |
| debug | Whether to tell the GitHub client to log details of its requests | — | false |
| head | Head branch to sync from | yes | master |
| base | Target branch for the created pull request | yes | develop |
| pr-template | Path to pull request template | — | .github/pull_request_template.md |
| pr-body | Body of pull request, will use `pr-template` as the default if this is not specified | — | — |
| pr-title | Title for created pull request | yes | chore: merge master into develop |
| pr-labels | Labels to add to the created pull request | — | — |
| pr-reviewers | Reviewers to tag on the created pull request | — | — |
| pr-team-reviewers | Team reviewers to tag on the created pull request | — | — |
| pr-assignees | Assignees to tag on the created pull request | — | — |
Outputs
no outputs