wireapp/PR Cherry Pick
Cherry-picks commits from a merged PR, creating a new PR to a target branch
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| target-branch | Name of the branch that cherry-pick PRs should target | yes | — |
| pr-creator-token | Personal Access Token used to create the PR. Uses default actions token by default. | no | ${{ github.token }} |
| submodules-target-branch | (optional) target branch for submodules. If set, the action will try to fast-forward all submodules to the newest version possible of this specified branch. | no | "" |
| pr-assignee | (optional) User ID to be assigned to the created PR. Will use the assignee of the original PR by default | no | "" |
| pr-labels | Comma-separated list of labels to add to this PR. Empty by default | no | "" |
| pr-title-suffix | (optional) suffix to be added to the title of the created PR. [Cherry-Pick] by default | no | [Cherry-Pick] |
Outputs
| name | description |
|---|---|
| pr-number | The number of the created PR |