概要
アカウントの追加/削除や、レポジトリの取り扱いなど、ちょっと調査が必要になったので利用、運用する際に必要そうな情報を軽くまとめてみました。
Repositoryのcreateについて
不許可にすれば、memberがレポジトリを作成することは出来なくなるみたいです。
もちろん、Organizationに未加入のコラボレーターは作成不許可です。
Repository creation
Allowing your organization’s members to create repositories lets them share and work on projects more openly. If enabled, members will be able to create public and private repositories
Allow members to create repositories for this organization
Save
Outside collaborators can never create repositories.
Default Permissionについて
Organizationに参加するメンバーのDefaultのpermissionとして、Admin/Write/Read/None4つが選択出来ます。
追加時のDefaultの設定なので、ここをWriteにしてinvitationを送る必要があると思います。
- Admin
Members will be able to clone, pull, push, and add new collaborators to all repositories. - Write
Members will be able to clone, pull, and push all repositories. - Read
Members will be able to clone and pull all repositories. - None
Members will only be able to clone and pull public repositories. To give a member additional access, you’ll need to add them to teams or make them collaborators on individual repositories.
The default repository permission only applies to organization members, not to outside collaborators.
Profileの公開範囲
ProfileのOrganization内だけの公開も出来る様です。
Membership private / public
アカウントのOrganizationからの削除
OwnerであればMembreのremoveも可能でした。
アカウントのOrganizationへの参加
OrganizationのTopページからInviteします。基本的には、メールなど連絡を受けてコラボレーターとしてOrganizationに追加する、という形になるのかなと思います。