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
get_pipelines()
All other get_* funs have github_info()$name as default while get_pipelines() has repo = NULL.
get_*
github_info()$name
repo = NULL
The text was updated successfully, but these errors were encountered:
- get_pipelines(): set default value for repo arg to `github_info()…
6a11ada
…$name`, fixes #16
- get_pipelines(): set default for arg repo according to all othe…
repo
f2d5ecc
…r funs (fixes Check default argument of `get_pipelines()` #16)
Fixed.
Sorry, something went wrong.
pat-s
No branches or pull requests
All other
get_*
funs havegithub_info()$name
as default whileget_pipelines()
hasrepo = NULL
.The text was updated successfully, but these errors were encountered: