Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: GHOrganization::createTeam does not regard argument repositories #457

Closed
basejumpa opened this issue Sep 23, 2018 · 0 comments · Fixed by #578
Closed

Bug: GHOrganization::createTeam does not regard argument repositories #457

basejumpa opened this issue Sep 23, 2018 · 0 comments · Fixed by #578

Comments

@basejumpa
Copy link

basejumpa commented Sep 23, 2018

Bug: GHOrganization::createTeam does not regard argument repositories.

All of class GHTeam's methods

Method add(GHRepository r, GHOrganization.Permission permission) of class GHTeam works.

Workaround

Use GHTeam.add(repo, permission) after GHOrganization.createTeam(...)

@basejumpa basejumpa changed the title Bug: GHOrganization::createTeam does not regard Bug: GHOrganization::createTeam does not regard argument repositories Sep 23, 2018
martinvanzijl added a commit to martinvanzijl/github-api that referenced this issue Oct 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant