You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.
Most people have criticized the fact that glab is a CLI tool for GitLab which is hosted on GitHub and an issue was even created by a concerned user #67.
I have been asked questions on several forums as to why glab is hosted on GitHub instead of GitLab. My answers have mostly been "For OSS visibility since most people find it convenient to contribute to FOSS on GitHub. Personally, I use GitHub to host personal projects (which glab is one of them) and GitLab at work."
It's not my fault since glab was a small project at first just for my personal use.
To make up for that, I want to enable issues on the GitLab mirror so users can create issues directly with:
glab issue create -R profclems/glab
Since the actual activity goes on on GitHub, I'm considering creating a scheduled GitHub action that fetches all issues created on the glab's GitLab mirror and creates them as new issues on GitHub so PRs can be created to resolve them.
If possible (well, everything is possible), new comments on GitHub recreated for the original issue on the Mirror and vice-versa.
The text was updated successfully, but these errors were encountered:
I am all for having the choice to report issues on GitLab or GitHub.
I believe that there are plenty of people that don't wanna use GitHub, for one or another reason, but they use GitLab and would like to help with glab then we should provide a way for them to do that.
profclems
changed the title
Allow Issues on GitLab
[GLAB]: Allow Issues on GitLab
Jan 6, 2021
Most people have criticized the fact that
glab
is a CLI tool for GitLab which is hosted on GitHub and an issue was even created by a concerned user #67.I have been asked questions on several forums as to why
glab
is hosted on GitHub instead of GitLab. My answers have mostly been "For OSS visibility since most people find it convenient to contribute to FOSS on GitHub. Personally, I use GitHub to host personal projects (whichglab
is one of them) and GitLab at work."It's not my fault since
glab
was a small project at first just for my personal use.To make up for that, I want to enable issues on the GitLab mirror so users can create issues directly with:
Since the actual activity goes on on GitHub, I'm considering creating a scheduled GitHub action that fetches all issues created on the
glab
's GitLab mirror and creates them as new issues on GitHub so PRs can be created to resolve them.If possible (well, everything is possible), new comments on GitHub recreated for the original issue on the Mirror and vice-versa.
The text was updated successfully, but these errors were encountered: