🛠 DevOps Toolkit

A modular GitHub App for DevOps automation

Install on GitHub

Commands

/cherry-pick <target-branch>

Comment on a merged pull request to cherry-pick its changes onto another branch. Creates a cherry-pick branch and provides a link to open a PR.

How it works

  1. Install the app on your repository
  2. Merge a pull request
  3. Comment /cherry-pick release-1.0 on the merged PR
  4. The bot creates a cherry-pick branch and posts a PR creation link

Permissions required

  1. Contents — Read & Write (create branches, merge)
  2. Pull requests — Read & Write (read PR details)
  3. Issues — Read & Write (post comments)