This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Disable merge options on Github branches | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description Avoid accidentally using the wrong merge option for specific branches. THIS SCRIPT NEEDS TO BE TWEAKED FOR YOUR PERSONAL NEEDS(more precisely "@match" column and "disabledBranchesByMethod"). | |
// @author Ivan Degtiarenko | |
// @match https://github.com/<YOUR_ORGANIZATION>/<YOUR_REPOSITORY>/pull/* | |
// @icon data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== | |
// @grant none | |
// @run-at document-start |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Disable merge options on Github branches | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description Avoid accidentally using the wrong merge option for specific branches. This script needs to be tweaked for your personal needs(more precisely "@match" column and "disabledBranchesByMethod"). | |
// @author Ivan Degtiarenko | |
// @match https://github.com/stackrox/*/pull/* | |
// @icon data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== | |
// @grant none | |
// @run-at document-start |