Browser script to smash the Update + Merge button until the PR is merged
- Grab Tampermonkey for Chrome
- Open the dashboard and go to Utilities
- Enter the URL:
https://raw.githubusercontent.com/krivachy/github-auto-merge/master/automerge.js
and click import - Add the following bookmarklet to invoke the AutoMerge:
javascript:(function() {window.autoMerge();})();
- Click on the bookmarklet and keep your Chrome tab open. The next time you look back it will be merged!
- Monitor the progress in your JS console.
- Only works for "Squash + rebase" style PRs for now (intended for certain manifest repos)
- Depends on DOM elements + CSS selectors, so if Github changes things this will break.
Much welcome! Please submit a PR, especailly if you want to add support for other merge strategies.