Disables GitHub's PullRequest button
- chrome://extensions/
- Select
Developer Mode
- Select
Load Unpacked Extension
- Select the
app
folder of this repo
- Protected Author
Regex defining the GitHub author's for which this should apply.
- Defaults to all authors (
.*
) - E.x.
[myGitHubUsername|myOrg]
- Defaults to all authors (
- Button Message
Instead of the 'Merge Pull Request' button text, display something else
- Defaults to
Go Merge Yourself!
- Defaults to
- Alternate Merge Message
Explain alternate merge options or instructions.
- Defaults to See the Fuga docs