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

feat(issue-54): backport pr commits without squash #55

Merged
merged 2 commits into from
Jul 11, 2023

Conversation

lampajr
Copy link
Member

@lampajr lampajr commented Jul 11, 2023

Thank you for submitting this pull request

fix #54

This pull request aims to introduce a new feature giving users the possibility to backport all commits belonging to a pull request without squashing it. This can be enabled adding --no-squash option.

The default behvior is still backporting squashed/merged commit.

Referenced pull requests

Checklist

  • Tests added if applicable.
  • Documentation updated if applicable.

Note: dist/cli/index.js and dist/gha/index.js are automatically generated by git hooks and gh workflows.

@lampajr lampajr force-pushed the issue-54_backport_wo_squash branch from eee58ff to a2f3ff0 Compare July 11, 2023 08:35
@lampajr lampajr requested a review from Ginxo July 11, 2023 08:45
Copy link

@Ginxo Ginxo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, just a small suggestion

README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
@lampajr lampajr merged commit c4dbb26 into kiegroup:main Jul 11, 2023
2 checks passed
@lampajr lampajr deleted the issue-54_backport_wo_squash branch July 11, 2023 09:22
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

Successfully merging this pull request may close these issues.

Backport all commits from a PR without squashing
2 participants