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

Doesn't handle !amend commits #25

Open phantomwhale opened 3 years ago

phantomwhale commented 3 years ago

Hand in hand with fixup! commits are !amend commits (e.g. git commit --fixup=amend:<SHA>)

Would be great if this action also blocked on those