Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extra commits being applied to the pull request #2

Open
Astul-Betizagasti opened this issue Feb 5, 2021 · 2 comments
Open

Extra commits being applied to the pull request #2

Astul-Betizagasti opened this issue Feb 5, 2021 · 2 comments

Comments

@Astul-Betizagasti
Copy link

When using the action the pull request generated includes more commits than the one specified. It will also include every previous commit up to the one where the target branch was created.

image

In this case only one file was changed on the specified commit, but as you can see there where conflicts with other files that where changed on previous commits.

Thanks in advance for any help you can provide.

@Borda
Copy link
Contributor

Borda commented Feb 5, 2021

I guess that for each new PR you shall create also a unique branch name until you merge all pending...

@Astul-Betizagasti
Copy link
Author

In this case only one cherry-pick was made, which should include changes to one file only. But as the picture shows, a lot of other file changes where picked, this changes where made in previous commits to the one being cherrypicked. Running the commands in this action manually works fine, but when using it on a workflow this strange behavior happens

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants