benzittlau / disable-github-merge

Chrome extension to disable the Github 'Merge pull request' button

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No Merging!!

Chrome extensions that disables the 'Merge pull request' button for selected Github accounts.

Go to options to list the Github accounts you want to disable the "Merge" button.

Based on Do Not Merge WIP Chrome extension

ToDo:

  • Get it working hard coded
  • Use options v2
  • Figure out if we can get rid of the background content script
  • Add support for specifying certain repos instead of just authors
  • Add support for specifying certain branches instead of just authors
  • Look at whether we're using a persistent background page or an event page
  • Fix the formatting of the options displayed "on click"
  • Remove the other form of options settings?
  • Reviewing the manifest.json file to make sure all the settings make sene
  • Update the version
  • Why do I have both icons and the default icon browser action default action.
  • Remove 10 second repeat
  • Add better docs to the options
  • Make the options allow adding multiple rows

About

Chrome extension to disable the Github 'Merge pull request' button


Languages

Language:JavaScript 82.2%Language:HTML 17.8%