package vcs // GithubConfig allows for custom github-specific functionality and behavior type GithubConfig struct { AllowMergeableBypassApply bool }