-
Notifications
You must be signed in to change notification settings - Fork 285
New issue
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
use_gitlab() #567
Comments
I can put in a pull request to do allow for doing all of the use_* github things with gitlab. But need to essentially copy the gh library, and make a couple of changes, primarily to the errors, and environment variables. It seems really wasteful and although the license says that you can do it, I wonder if there is a better suggestion how to handle this? |
The gitlab partner issue of #293 re: bitbucket. @overmar No, we would not accept the gitlab equivalent of gh here in usethis. So a hypothetical Just to characterize the situation: The folks who maintain usethis are currently all-in on GitHub, not Gitlab or Bitbucket. Hence the asymmetry. As it stands, maintaining the GitHub connectivity here has a huge payoff for us directly and for the community. We also maintain gh. The situation is much less clear for Gitlab and Bitbucket. So we would be reluctant to take a large piece of code or new dependencies for this. |
@jennybc thats fair. Thank you for the explanation. My question about gh was more so related to the fact that the authors of this package are also authors of that package. I will see if I can make small changes that would get it to work. |
use_gitlab() in the same vein as use_github()
Originally posted by @LDalby in #293 (comment)
The text was updated successfully, but these errors were encountered: