I've been working on a plugin that has a pre-commit hook, pull request listener and merge check. Pre-commit hook and merge checks can be turned on or off on the repository level. Is there a way to somehow expose the toggle for my listener? Basically, I need ability to turn off my plugin for certain repositories.