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
When adding/updating a team's access to a repository, there is a permission parameter to control the level of access, we are currently not setting this.
In octokit this should be implemented as a request model object (eg TeamRepositoryUpdate) and an overload added to the I(Observable)TeamsClient interfaces .AddRepository() method
Other issues related to the changes introduced in that GitHub change: #1319 Missing permissions attribute on #repository collaborators and team's repositories calls #1101 Add a user as collaborator with permission parameter
The text was updated successfully, but these errors were encountered:
Hi @ryangribble, is there any option to try this out. Because i dont have access to github enterprise. And second question, is there someone still working on this issue?
Related to the Organisation/Team permission changes from last year
When adding/updating a team's access to a repository, there is a
permission
parameter to control the level of access, we are currently not setting this.In octokit this should be implemented as a request model object (eg
TeamRepositoryUpdate
) and an overload added to theI(Observable)TeamsClient
interfaces.AddRepository()
methodOther issues related to the changes introduced in that GitHub change:
#1319 Missing permissions attribute on #repository collaborators and team's repositories calls
#1101 Add a user as collaborator with permission parameter
The text was updated successfully, but these errors were encountered: