Hacker News new | ask | show | jobs
by martgnz 3679 days ago
A particular thing I'm missing is to share read access to private repos with a link. Could be useful to share work with people that doesn't have a GitHub account (managers, etc)
1 comments

We had a similar issue – we wanted non-product people to be able to view milestones, issues, report issues, etc and the solution suggested was to create a separate repository for issues.
In our product GitLab we a the reporter role to view issues but not the code, see https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/perm...

Would that solve your issue?