Organizations default to View as: Public rather than Member
#38684
Replies: 5 comments 7 replies
|
Same here - this is a pain. I need to switch between repos often and now I have to view as member every time before I can see the repo list. |
|
Maybe as a general rule: Don’t change the UI without For the others: While it’s not obvious, you can use the search bar in the public view to search private repos. |
|
After some browsing through the github changelogs, i've found this: https://github.blog/changelog/2022-04-20-organization-profile-updates-member-only-readmes-and-pinned-private-repositories/ In the referenced docs page i've found that you need to
The "View as" property will then default to "member" for members 😵💫 |
|
Thanks for that lead - I solved it just by pinning the repos, no need for a
.github-private
…On Thu, 17 Nov 2022 at 12:34, Philipp Menke ***@***.***> wrote:
After some browsing through the github changelogs, i've found this:
https://github.blog/changelog/2022-04-20-organization-profile-updates-member-only-readmes-and-pinned-private-repositories/
In the referenced docs page
<https://docs.github.com/en/organizations/collaborating-with-groups-in-organizations/customizing-your-organizations-profile>
i've found that you need to
1. create a repository .github-private in your organization
2. create a file /profile/README.md in that repo
The "View as" property will then default to "member" for members 😵💫
—
Reply to this email directly, view it on GitHub
<#38684 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABGMUFURQY55DYHGGCDRK5LWIYC3RANCNFSM6AAAAAAR3TW5S4>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***
com>
|
|
Maybe they could add a setting for this under Settings>Access>Organizations somewhere ¯_(ツ)_/¯ |
Uh oh!
There was an error while loading. Please reload this page.
Select Topic Area
Bug
Body
I am a member of a handful of organizations.
Recently some of my organizations started showing as
View as: Publicevery time I visit them.This means I have to change to
View as: Memberevery single time I want to see my private repos. It's just kind of a pain.I am a member, for most of them I am the owner; I shouldn't have to pick
View as: Memberevery time.This seems to have started a couple weeks ago. I've scoured the Organization config for a setting and can't find anything which leads me to believe this is a bug.
All reactions