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
Use GHTeam.add(repo, permission) after GHOrganization.createTeam(...)
The text was updated successfully, but these errors were encountered:
basejumpa
changed the title
Bug: GHOrganization::createTeam does not regard
Bug: GHOrganization::createTeam does not regard argument repositories
Sep 23, 2018
Bug: GHOrganization::createTeam does not regard argument repositories.
All of class
GHTeam
's methodscreateTeam(String name, GHOrganization.Permission p, Collection<GHRepository> repositories)
createTeam(String name, GHOrganization.Permission p, GHRepository... repositories)
do set the team's repository permissions.
Method
add(GHRepository r, GHOrganization.Permission permission)
of classGHTeam
works.Workaround
Use
GHTeam.add(repo, permission) after GHOrganization.createTeam(...)
The text was updated successfully, but these errors were encountered: