Skip to content

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

Notifications You must be signed in to change notification settings

benzittlau/disable-github-merge

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 82.2%
  • HTML 17.8%