We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Feature requested from isaacs/github#1135 and isaacs/github#1143 and isaacs/github#1017
The text was updated successfully, but these errors were encountered:
Also, allow for rebase+merge with --ff-only.
--ff-only
Sorry, something went wrong.
Can't you do that with the existing actions? From my understanding of the documentation,
- method: merge strict: true strict_method: rebase
should give you the semi-linear history, at least if method: merge is equivalent to pressing the merge button on GitHub (which includes --no-ff), and
method: merge
--no-ff
- method: rebase strict: true strict_method: rebase
should give you the linear version (i.e. --ff-only) if it matches pressing the "rebase" button on GitHub.
No branches or pull requests
Feature requested from isaacs/github#1135 and isaacs/github#1143 and isaacs/github#1017
The text was updated successfully, but these errors were encountered: