0xr3ngar/Cherri - Automated Cherry-picking
Automatically cherry-pick merged pull requests marked with a specific emoji to your target branch
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Oct 15, 2025
- License
- MIT
Pinned Snippet
uses: 0xr3ngar/cherri@42a2027f1cbae344cfe41314f6e1bbee9a43cb25 # v1.6.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| profile | Profile to use from the cherri.json configuration file | no | — |
| owner | GitHub repository owner | no | — |
| repo | GitHub repository name | no | — |
| target | Target branch to cherry-pick commits to | no | — |
| since | Number of months to look back for PRs | no | 1 |
| since-branch | Branch to use as cutoff date instead of time-based since | no | — |
| emoji | Custom emoji for the logo | no | 🍒 |
| source-branch | Source branch, defaults to the default branch | no | — |
| label | Search for PRs with this exact label (in addition to title search) | no | — |
| fail-on-conflict | Exit with error when conflicts are detected instead of prompting for resolution | no | true |
| create-pr | Target branch for PR creation. If set, creates a PR after cherry-picking | no | — |
| github-token | GitHub token with repo access | yes | — |
Outputs
no outputs