Merge branch 'master' into add-create-repo-with-template-support

This commit is contained in:
Liam Newman
2020-07-27 14:14:16 -07:00
committed by GitHub
6 changed files with 164 additions and 13 deletions

View File

@@ -191,6 +191,7 @@ public class GHRepositoryTest extends AbstractGitHubWireMockTest {
List<GHUser> users = new ArrayList<GHUser>();
users.add(user);
users.add(gitHub.getUser("jimmysombrero2"));
repo.addCollaborators(users, GHOrganization.Permission.PUSH);
GHPersonSet<GHUser> collabs = repo.getCollaborators();