flagset icon indicating copy to clipboard operation
flagset copied to clipboard

Implement an automated test to detect merge commits

Open mbestavros opened this issue 5 years ago • 0 comments

Enarx projects should not contain merge commits, and we'd like to test incoming pull requests to ensure they do not contain any.

The best way to go about this is probably to detect whether individual commits have multiple parents. There is no simple one-line way to do this, so we'll need to implement it from scratch (probably by iterating through PR commits and analyzing them).

mbestavros avatar Nov 06 '19 14:11 mbestavros