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 syncing RemoteRepository we are not setting admin field properly. We only set it to True when the user is the owner of the repository. It could be that the user is "Maintainer" (full access) but not owner.
When syncing
RemoteRepository
we are not settingadmin
field properly. We only set it toTrue
when the user is the owner of the repository. It could be that the user is "Maintainer" (full access) but not owner.The code that needs to be changed is at
readthedocs.org/readthedocs/oauth/services/gitlab.py
Lines 182 to 184 in d2157c8
GitLab is returning the
permissions
as:https://docs.gitlab.com/ee/api/access_requests.html
The text was updated successfully, but these errors were encountered: