bors-rs / bors

Apache License 2.0
15 stars 12 forks source link

Properly handling "Squashing" a PR when there is only a single commit #9

Closed bmwill closed 4 years ago

bmwill commented 4 years ago

I noticed on https://github.com/libra/libra/pull/5762 that bors attempted to "squash" a PR with only one commit, resulting in the one commit's summary line being prefixed with "fixup!" when it was merged.

Instead bors should recognize that the PR only has a single commit and doesn't require "squashing" anything.