You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 30, 2020. It is now read-only.
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).
The text was updated successfully, but these errors were encountered:
@frozencemetery Never leave to human error what can be enforced by a heartless computer!
We are enforcing lots of things as tests, including linting, documentation, etc. We want to catch all these things before a human gets involved. Passing tests should be an indication that it is ready for human review.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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).
The text was updated successfully, but these errors were encountered: