An open API service indexing awesome lists of open source software.

https://github.com/mergifyio/browser-extension


https://github.com/mergifyio/browser-extension

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Mergify Browser extension

![Screenshot of Mergify Chrome extension](/marketplace-materials/screenshot.png)

## Install

For Chrome, go to [Google Chrome web store](https://chromewebstore.google.com/detail/mergify/idhdcccjlcijifdphaicgnmhifpmilge).
For Firefox, go to [Firefox web store](https://addons.mozilla.org/fr/firefox/addon/mergify/).

## Build

To prepare the zip to upload to Google Web Store Developer Dashboard
```
$ make
```

To build the zip for an onpremise installation:
```
$ make GITHUB_DOMAIN=ghes.company.com MERGIFY_DOMAIN=mergify.company.com
```