Giter Site home page Giter Site logo

cherry-pick-action's Issues

Is this repo maintained?

I noticed various bumped versions that need to be merged. I'm wondering if is there a plan to merge them?

How the cherrypick actually works ?

Right now i am trying to use REST API from github to cherrypick the commits from a given PR into a new branch created based on a given branch and in the end, create a PR for it.

Everything looks to be working fine, however, when i try to cherrypick using the endpoints of patch to update the branch with the commit, it includes commits from other pull requests in the changed files.

Basically i want to mimic the command from git bash:

  • git checkout desired_branch
  • git checkout -b new_feature_cherry-pick
  • git cherry-pick commithashs //commit hash being the hash of the commits being done in the PR of another branch.

Heres how the changed file looks:

image

File 2 and the first line of file 1 are changes from other pull requests that were merged into another branch but not in the one from this PR.

What i need is that the PR has ONLY the changes from the given PR.

I was wondering if this can happen the same way using github actions ? Or this does not happen in this action ?

Looking up the issues on gorillio/github-action-cherry-pick#2, it looks to happen the same thing there.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.