https://github.com/mozamimy/autosquash-please
An WebExtension to prevent merging of a pull request that contains `fixup!` commits on GitHub (also Enterprise).
https://github.com/mozamimy/autosquash-please
chrome-extension firefox-addon github
Last synced: about 1 year ago
JSON representation
An WebExtension to prevent merging of a pull request that contains `fixup!` commits on GitHub (also Enterprise).
- Host: GitHub
- URL: https://github.com/mozamimy/autosquash-please
- Owner: mozamimy
- License: mit
- Created: 2018-02-18T09:27:29.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-04-25T04:20:04.000Z (about 6 years ago)
- Last Synced: 2025-04-10T07:18:52.081Z (about 1 year ago)
- Topics: chrome-extension, firefox-addon, github
- Language: JavaScript
- Size: 9.77 KB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# autosquash-please
An WebExtension to prevent merging of a pull request that contains `fixup!` commits on GitHub (also Enterprise).

## Install
Now this extension is not published on extension store of Firefox and Chrome. So this extension should be added as a temporary add-on.
### Firefox (59.0+)
Open `about:debugging` and click **Load Temporary Add-on** then select manifest.json file.
### Chrome (64.0+)
Open `chrome://extensions/` and click **Load unpacked extension** then select this directory.
After installation, **you have to set personal access token that allows `repo` operations in add-on options view**. Also you should set GHE domain and its personal access token when you use in GitHub Enterprise. This extension does not work if you forget to set them.
## License
MIT