Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Make Github organization projects public

Tags:

github

Github recently introduced the project feature.

When projects are at repo level, if the repo itself is public, then, the projects are accessible to anyone.

Projects at the organization level, however, are only visible to organization members.

For example, https://github.com/Toolwatchapp has one project, but you can't see it without being logged into Github.

Is there a way to make organisation projects public ?

Thanks, M.

like image 729
Mathieu Nls Avatar asked Nov 10 '16 16:11

Mathieu Nls


People also ask

How do I make my GitHub organization public?

In the top-right corner of GitHub Enterprise Server, click your profile photo, then click Enterprise settings. In the enterprise sidebar, click Policies. Under Policies, click Options. Under "Default organization membership visibility", use the drop-down menu, and click Private or Public.

How do I share a project on GitHub organization?

Open GitHub, using "Transfer" under "Settings" for the repository you want to move.. enter the repository name you want to add to your organization.

Are GitHub organizations public?

As in case of GitHub accounts, all organizations are public (but may have private repositories).


1 Answers

Update (2018-04-06)

It's now possible: https://blog.github.com/2018-03-28-improved-organization-project-permissions/#public-organization-projects. Yay !

Official Response by Github

Petros (GitHub Staff)

Hi Mathieu,

Thanks for writing in!

Is there a way to make organization projects public?

This is not possible currently. Thanks for the suggestion though! I have added it to our list for our team to consider.

Cheers, Petros

like image 148
Mathieu Nls Avatar answered Sep 17 '22 12:09

Mathieu Nls