nktks/PR Picker
pick PR to another branch with pick PR
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | A Github PAT | yes | — |
| prs | comma separated PR numbers. should be sorted the order you want to merge. | yes | — |
| to | to branch name that you want to pick PRs. | yes | — |
| base | base branch name that you want to search PRs. | no | main |
| branch_prefix | branch name prefix for created PR. | no | pick- |
| title_prefix | title prefix for created PR. | no | [pick] |
| body_tmpl | body template by go text/template. you can use .PRs, .Branch variable. | no | This PR is picking {{ .PRs }} to {{ .Branch }} branch. |
| dry_run | if true, do not execute git operation, just print commands. | no | false |
Outputs
no outputs