https://github.com/mayocream/cherry-pick
Cherry-pick Probot
https://github.com/mayocream/cherry-pick
Last synced: 11 months ago
JSON representation
Cherry-pick Probot
- Host: GitHub
- URL: https://github.com/mayocream/cherry-pick
- Owner: mayocream
- License: mit
- Created: 2022-03-25T03:31:50.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-06T02:24:30.000Z (about 4 years ago)
- Last Synced: 2025-02-15T11:37:27.562Z (over 1 year ago)
- Language: TypeScript
- Homepage: cherry-pick.vercel.app
- Size: 200 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Cherry Pick
Virtual Cherry-pick on air.
The cherry-pick works could be tricky,
that's the reason we built the project.
## Permissions
The "Cherry-pick" App requires:
- Pull Requests - `read/write`
- Contents - `read/write`, write permission for create Pull Request branch
- Metadata - `read`, read who have write permission to use the App
## Usages
The "Cherry-pick" works as a [GitHub App](https://docs.github.com/en/developers/apps/getting-started-with-apps/about-apps#about-github-apps)
to be installed in your org/repos.
It triggered by command-like comment on a **merged** GitHub Pull Request:
- `/cherry-pick ` indicates the target branch to cherry-pick into.
## Deployment
The "Cherry-pick" is a GitHub [Probot](https://probot.github.io/) app,
and it could be deployed server-less.
We maintain one instance of it on [Vercel](https://vercel.com/).
Due to the GitHub API and Vercel limitations, it could be out-of-resources,
but it have no side-effects.