carloscastrojumo/GitHub cherry pick action
GitHub action for cherry pick commits from Pull Requests into Release branches
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GITHUB_TOKEN or a `repo` scoped Personal Access Token (PAT) | no | ${{ github.token }} |
| committer | The committer name and email address in the format `Display Name <email@address.com>`. Defaults to the GitHub Actions bot user. | no | GitHub <noreply@github.com> |
| author | The author name and email address in the format `Display Name <email@address.com>`. Defaults to the user who triggered the workflow run. | no | ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com> |
| branch | Name of the branch to merge the cherry pick | yes | — |
| title | Override the default generated PR title, the special string `{old_title}` will be substituted for the title of the pull request which triggered the action. | no | — |
| body | Override the default generated PR body, the special string `{old_pull_request_id}` will be substituted for the ID of the pull request which triggered the action | no | — |
| labels | A comma or newline separated list of labels. | no | — |
| inherit_labels | Set to false if you want to inherit labels from parent PR | no | true |
| assignees | A comma or newline separated list of assignees (GitHub usernames). | no | — |
| reviewers | A comma or newline separated list of reviewers (GitHub usernames) to request a review from. | no | — |
| team-reviewers | A comma or newline separated list of GitHub teams to request a review from. Note that a `repo` scoped Personal Access Token (PAT) may be required. | no | — |
| cherry-pick-branch | Name of the new cherry pick branch. | — | — |
| force | Forcefully push the branch to remote branch | no | — |
Outputs
no outputs