134130/Cherry-pick PR
Cherry-pick the PR
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Dec 22, 2024
- License
- MIT
Pinned Snippet
uses: 134130/action-cherry-pick@71899ee58e06f934e160e99910e1a0309d0b636d # v1.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| pr | The PR number which you want to cherry-pick | yes | — |
| onto | The target branch which you want to base on | yes | — |
| token | The GitHub token | yes | ${{ github.token }} |
| git_user_name | The git user name for commit | no | — |
| git_user_email | The git user email for commit | no | — |
| pull_request_template | The pull request template If provided, the action will create a pull request with the template If not provided, the action will not create a pull request | — | — |
Outputs
| name | description |
|---|---|
| branch | The branch name which the PR is cherry-picked to |
| pr | The PR number which the action creates |