block-fixup-merge-action

Github Action to block merge of Pull Requests containing fixup! or squash! commits

MIT License

Stars
46
Committers
2
block-fixup-merge-action - v2.0.0 - Allow any base branch Latest Release

Published by 13rac1 almost 4 years ago

Merges https://github.com/13rac1/block-fixup-merge-action/pull/21: Rewrite branch logic to allow base branches other than master

Note V2.0.0 is a major version bump, requiring a minor configuration change to the .github/workflows/git.yml file. Change:

name: Git Checks

on: [push]

to:

name: Git Checks

on: [pull_request]
block-fixup-merge-action - Always pin

Published by 13rac1 almost 5 years ago

Pinning upstream dependency and being sure to fail when the git commands fail.

block-fixup-merge-action - Don't forget v1

Published by 13rac1 about 5 years ago

First version compares current branch with master only, but that will be fine for most projects.

Package Rankings
Top 3.44% on Github actions
Badges
Extracted from project README
PR merge blocked