https://github.com/ludovic-gonthier/merge-guard
Prevents temporary work to be merged
https://github.com/ludovic-gonthier/merge-guard
chrome-extension github pull-requests
Last synced: 5 months ago
JSON representation
Prevents temporary work to be merged
- Host: GitHub
- URL: https://github.com/ludovic-gonthier/merge-guard
- Owner: ludovic-gonthier
- License: mit
- Created: 2016-09-16T08:45:11.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-10-24T12:34:35.000Z (over 8 years ago)
- Last Synced: 2025-04-07T08:45:12.408Z (about 1 year ago)
- Topics: chrome-extension, github, pull-requests
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Merge-Guard - Chrome Extension
Have you ever merged a PR where you left some `wip` or `fixup! `?
If you have, this plugin is for you.
## Installation
The extension is published on the [Chrome WebStore](https://chrome.google.com/webstore/detail/github-merge-guard/nnapeeoeiddhbecmgehepihmndlkagdj?utm_source=chrome-app-launcher-info-dialog).
## How it works
When you're on a pull-request page, it will disable the Github merge button when it finds a commit message or a label containing `wip` ou `fixup`.
:warning: At the moment, the plugin only works on Github.