We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If the default branch is set to something other than master, we should suggest the --branch-whitelist flag in configure. See #314 and #315.
This is assuming that this information is accessible from the GitHub API.
The text was updated successfully, but these errors were encountered:
It's the default_branch key in the repo object, which we already get in check_repo_exists.
default_branch
check_repo_exists
Sorry, something went wrong.
We should also detect if we are in master on a .github.io repo and print some warning in that case.
master
No branches or pull requests
If the default branch is set to something other than master, we should suggest the --branch-whitelist flag in configure. See #314 and #315.
This is assuming that this information is accessible from the GitHub API.
The text was updated successfully, but these errors were encountered: