automerge-action
automerge-action copied to clipboard
How to specify fast forward merge strategy?
Is there a way to specify merge with --ff-only?
No, this is currently not possible. Option MERGE_METHOD: "rebase" will merge without merge commit, but it does not check if HEAD is up-to-date first (what ff-only does)
Feel free to create a PR for this!