13rac1 / block-fixup-merge-action

Github Action to block merge of Pull Requests containing fixup! or squash! commits
MIT License
46 stars 14 forks source link

fix: Use git protocol v2 to attempt to resolve remote hang ups #10

Closed 13rac1 closed 4 years ago

13rac1 commented 4 years ago

This fetches keep failing on master:

From https://github.com/13rac1/block-fixup-merge-action
 * branch            master     -> FETCH_HEAD
fatal: the remote end hung up unexpectedly

Perhaps it is transient on Github, but it's sure annoying. Hoping this resolves.