https://github.com/mergifyio/browser-extension
https://github.com/mergifyio/browser-extension
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mergifyio/browser-extension
- Owner: Mergifyio
- License: apache-2.0
- Created: 2024-03-14T19:59:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-04-15T11:45:27.000Z (2 months ago)
- Last Synced: 2026-04-15T13:40:54.586Z (2 months ago)
- Language: HTML
- Size: 1.2 MB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mergify Browser extension

## 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
```